Skip to content

Commit

Permalink
linux/arm
Browse files Browse the repository at this point in the history
  • Loading branch information
kdudkov committed Nov 7, 2023
1 parent 2f38bfe commit 496657b
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 @@ -39,4 +39,4 @@ build: clean dep

.PHONY: gox
gox: clean dep
GOARM=5 gox --osarch="linux/amd64 windows/amd64 darwin/arm64" -output "dist/{{.OS}}_{{.Arch}}/{{.Dir}}" $(LDFLAGS) ./cmd/...
GOARM=6 gox --osarch="linux/amd64 linux/arm windows/amd64 darwin/arm64" -output "dist/{{.OS}}_{{.Arch}}/{{.Dir}}" $(LDFLAGS) ./cmd/...

0 comments on commit 496657b

Please sign in to comment.