Skip to content

Commit

Permalink
Fix GOARCH by setting according to go env
Browse files Browse the repository at this point in the history
  • Loading branch information
kjsanger committed Nov 29, 2024
1 parent c719b24 commit bca0270
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 @@ -4,7 +4,7 @@ build_args := -a -v -ldflags ${ldflags}

build_path = build/sqyrrl-${VERSION}

GOARCH := amd64
GOARCH := $(shell go env GOARCH)

CGO_ENABLED := 1

Expand Down

0 comments on commit bca0270

Please sign in to comment.