Skip to content

Commit

Permalink
allow compiling for alternative architectures (#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
jlambert121 committed Dec 27, 2023
1 parent 2bb23eb commit 44f890e
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
@@ -1,5 +1,5 @@
GOOS=linux
GOARCH=amd64
GOARCH ?= amd64
CGO_ENABLED=0
export

Expand Down

0 comments on commit 44f890e

Please sign in to comment.