Skip to content

Commit

Permalink
add apple silicon release binaries (GoogleCloudPlatform#885)
Browse files Browse the repository at this point in the history
  • Loading branch information
mvanholsteijn authored Apr 19, 2021
1 parent afaf882 commit 6e9500b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ jobs:
run: go build -o terraformer-all-linux-amd64
- name: Build for mac
run: GOOS=darwin go build -o terraformer-all-darwin-amd64
- name: Build for mac Apple Silicon
run: GOOS=darwin GOARCH=arm64 go build -o terraformer-all-darwin-arm64
- name: Build for windows
run: GOOS=windows go build -o terraformer-all-windows-amd64
- name: Build for all providers
Expand All @@ -34,4 +36,4 @@ jobs:
files: |
terraformer-*
- name: Create new tag
run: git tag ${{ github.event.inputs.version }}
run: git tag ${{ github.event.inputs.version }}

0 comments on commit 6e9500b

Please sign in to comment.