File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 33# BINNAME=step to change the name of the executable
44# PREFIX=bin/ to change the build output path
55# INSTALL_PREFIX=/usr/local/bin to change the install path
6- # GOOS_OVERRIDE="GOOS=linux GOARCH=arm64 " to change OS and arch
6+ # GOOS_OVERRIDE="GOOS=linux GOARCH=arm GOARM=6 " to change OS and arch
77# CGO_OVERRIDE="CGO_ENABLED=1" to enable CGO
88#
99# Run `make bootstrap` to set up your local environment.
@@ -182,7 +182,7 @@ define BUNDLE_MAKE
182182 # $(2) -- Go Architecture (e.g. amd64, arm, arm64, etc.)
183183 # $(3) -- Go ARM architectural family (e.g. 7, 8, etc.)
184184 # $(4) -- Parent directory for executables generated by 'make'.
185- $Q GOOS=$(1 ) GOARCH=$(2 ) GOARM=$(3 ) PREFIX=$(4 ) make $(4 ) bin/step
185+ $Q GOOS_OVERRIDE=' GOOS=$(1 ) GOARCH=$(2 ) GOARM=$(3 ) ' PREFIX=$(4 ) make $(4 ) bin/step
186186endef
187187
188188binary-linux-amd64 :
You can’t perform that action at this time.
0 commit comments