You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: pkg/cmd/stack/root.go
-6Lines changed: 0 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -22,7 +22,6 @@ import (
22
22
"log"
23
23
"os"
24
24
"path"
25
-
"runtime"
26
25
27
26
"github.com/AlecAivazis/survey/v2"
28
27
"github.com/joho/godotenv"
@@ -138,11 +137,6 @@ var stackUpdateCmd = &cobra.Command{
138
137
Long: `Create or update a deployed stack`,
139
138
Example: `nitric stack update -s aws`,
140
139
Run: func(cmd*cobra.Command, args []string) {
141
-
// FIXME: Remove this error once multi-architecture support is complete
142
-
ifruntime.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"))
0 commit comments