We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d3d8b2b commit 03f4410Copy full SHA for 03f4410
python/rpdk/go/templates/makebuild
@@ -4,4 +4,4 @@
4
.PHONY: build
5
build:
6
cfn generate
7
- env GOOS=linux go build -ldflags="-s -w" -tags="$(TAGS)" -o bin/handler cmd/main.go
+ env GOARCH=amd64 GOOS=linux go build -ldflags="-s -w" -tags="$(TAGS)" -o bin/handler cmd/main.go
0 commit comments