Skip to content

Commit

Permalink
Adding an arm64 build (#41)
Browse files Browse the repository at this point in the history
  • Loading branch information
stack72 authored May 10, 2021
1 parent 1ba1c7b commit d796cd5
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,7 @@ jobs:
run: |
CURRENT_TAG=v$(pulumictl get version --language generic -o)
pulumictl create choco-deploy -a crd2pulumi ${CURRENT_TAG}
env:
GITHUB_TOKEN: ${{ secrets.PULUMI_BOT_TOKEN }}


1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@
.idea/
releases/
main
dist/
1 change: 1 addition & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ builds:
- -X github.com/pulumi/crd2pulumi/gen.Version={{.Tag}}
goarch:
- amd64
- arm64
binary: crd2pulumi
main: ./main.go
archives:
Expand Down

0 comments on commit d796cd5

Please sign in to comment.