Skip to content

Commit

Permalink
Merge pull request #324 from suzuki-shunsuke/ci/update-goreleaser-for…
Browse files Browse the repository at this point in the history
…-windows-arm64

ci: update goreleaser 1.7.0 to 1.17.0 for windows/arm64
  • Loading branch information
dnephin authored Apr 13, 2023
2 parents 6723d7d + f78ec13 commit 90a35cf
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,8 @@ commands:
- run:
name: Install goreleaser
command: |
wget https://github.com/goreleaser/goreleaser/releases/download/v1.7.0/goreleaser_Linux_x86_64.tar.gz
echo "e74934e7571991522324642ac7b032310f04baf192ce2a54db1dc323b97bcd7d goreleaser_Linux_x86_64.tar.gz" > checksum.txt
wget https://github.com/goreleaser/goreleaser/releases/download/v1.17.0/goreleaser_Linux_x86_64.tar.gz
echo "9fb13d0b9611794da8d71688a50b1f2ea221fcd5f2f4ad529f8b45ee909b2371 goreleaser_Linux_x86_64.tar.gz" > checksum.txt
sha256sum -c checksum.txt
tar -xf goreleaser_Linux_x86_64.tar.gz
mkdir -p ./bin
Expand Down Expand Up @@ -98,13 +98,13 @@ jobs:
steps:
run:
name: build binaries
command: bin/goreleaser --rm-dist --snapshot --config .project/goreleaser.yml
command: bin/goreleaser --clean --snapshot --config .project/goreleaser.yml
- when:
condition: << parameters.publish >>
steps:
run:
name: build and publish binaries
command: bin/goreleaser --rm-dist --skip-validate --config .project/goreleaser.yml
command: bin/goreleaser --clean --skip-validate --config .project/goreleaser.yml
- store_artifacts:
path: ./dist
destination: dist
Expand Down

0 comments on commit 90a35cf

Please sign in to comment.