Skip to content

Commit 39372ad

Browse files
authored
Merge pull request #12 from dean-arnold/aarch64-support
AArch64 support
2 parents ab47496 + a8f4331 commit 39372ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ BASE_IMAGE_TAG = latest
44
BUILD_IMAGE_TAG = v1
55

66
all:
7-
env GOOS=linux GOARCH=amd64 go build -ldflags='-s -w' -buildvcs=false .
7+
go build -ldflags='-s -w' -buildvcs=false .
88

99
binary:
1010
@echo "Making $@ ..."

0 commit comments

Comments
 (0)