Skip to content

Commit

Permalink
add CircleCI support for arm64
Browse files Browse the repository at this point in the history
  • Loading branch information
ohpe committed Mar 12, 2024
1 parent 21d2bb0 commit 1572295
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ jobs:
- run: go install github.com/tcnksm/ghr@latest

- run: gox -os="linux darwin windows" -arch="amd64" -ldflags "-X main.Version=$BUILD_VERSION -X main.BuildDate=$BUILD_DATE" -output "dist/muraena_{{.OS}}_{{.Arch}}"
- run: gox -os="linux darwin" -arch="arm64" -ldflags "-X main.Version=$BUILD_VERSION -X main.BuildDate=$BUILD_DATE" -output "dist/muraena_{{.OS}}_{{.Arch}}"
- run:
name: "Create release release"
command: |
Expand Down

0 comments on commit 1572295

Please sign in to comment.