Skip to content

Commit

Permalink
Add arm64 builds
Browse files Browse the repository at this point in the history
Signed-off-by: Byron Ruth <[email protected]>
  • Loading branch information
bruth committed Feb 4, 2023
1 parent 613403d commit 057926e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,10 @@ zip:

dist:
GOOS=linux GOARCH=amd64 make build zip
GOOS=linux GOARCH=arm64 make build zip
GOOS=darwin GOARCH=amd64 make build zip
GOOS=darwin GOARCH=arm64 make build zip
GOOS=windows GOARCH=amd64 make build zip
GOOS=windows GOARCH=arm64 make build zip

.PHONY: dist

1 comment on commit 057926e

@github-actions
Copy link

@github-actions github-actions bot commented on 057926e Feb 4, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Deploy preview for nats-by-example ready!

✅ Preview
https://nats-by-example-ot19t4mde-connecteverything.vercel.app

Built with commit 057926e.
This pull request is being automatically deployed with vercel-action

Please sign in to comment.