Skip to content

Commit 5a5898e

Browse files
feat: remove m1 deploy warning
1 parent a94ae4a commit 5a5898e

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

pkg/cmd/stack/root.go

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ import (
2222
"log"
2323
"os"
2424
"path"
25-
"runtime"
2625

2726
"github.com/AlecAivazis/survey/v2"
2827
"github.com/joho/godotenv"
@@ -138,11 +137,6 @@ var stackUpdateCmd = &cobra.Command{
138137
Long: `Create or update a deployed stack`,
139138
Example: `nitric stack update -s aws`,
140139
Run: func(cmd *cobra.Command, args []string) {
141-
// FIXME: Remove this error once multi-architecture support is complete
142-
if runtime.GOARCH != "amd64" {
143-
cobra.CheckErr(fmt.Errorf("only x86_64 CPU architectures are supported for the `nitric up` command currently.\nSee https://github.com/nitrictech/nitric/issues/283 for updated status on multi-architecture support"))
144-
}
145-
146140
s, err := stack.ConfigFromOptions()
147141
cobra.CheckErr(err)
148142

0 commit comments

Comments
 (0)