Skip to content

Commit

Permalink
Merge pull request #1852 from mrpalide/fix/add-windows-arm64-archive-…
Browse files Browse the repository at this point in the history
…to-release

add windows arm64 archive to release
  • Loading branch information
mrpalide authored Jun 29, 2024
2 parents 6849006 + e932a45 commit 92740ec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .goreleaser-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ builds:
goarch:
- amd64
- 386
- arm64
env:
- CGO_ENABLED=1
main: ./cmd/skywire/
Expand Down
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -262,6 +262,7 @@ github-release-windows:
$(eval GITHUB_TAG=$(shell powershell git describe --abbrev=0 --tags))
gh release upload --repo skycoin/skywire ${GITHUB_TAG} ./dist/skywire-${GITHUB_TAG}-windows-amd64.zip
gh release upload --repo skycoin/skywire ${GITHUB_TAG} ./dist/skywire-${GITHUB_TAG}-windows-386.zip
gh release upload --repo skycoin/skywire ${GITHUB_TAG} ./dist/skywire-${GITHUB_TAG}-windows-arm64.zip
gh release download ${GITHUB_TAG} --repo skycoin/skywire --pattern 'checksums*'
cat ./dist/checksums.txt >> ./checksums.txt
gh release upload --repo skycoin/skywire ${GITHUB_TAG} --clobber ./checksums.txt
Expand Down

0 comments on commit 92740ec

Please sign in to comment.