Skip to content

Commit

Permalink
Remove hardcoded amd64 arch (#5041)
Browse files Browse the repository at this point in the history
  • Loading branch information
tstromberg authored Nov 24, 2020
1 parent ad9c489 commit 3fe0c99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
# limitations under the License.
GOPATH ?= $(shell go env GOPATH)
GOOS ?= $(shell go env GOOS)
GOARCH ?= amd64
GOARCH ?= $(shell go env GOARCH)
BUILD_DIR ?= ./out
ORG = github.com/GoogleContainerTools
PROJECT = skaffold
Expand Down

0 comments on commit 3fe0c99

Please sign in to comment.