Skip to content

Commit

Permalink
Don't use Gorelease image (#216)
Browse files Browse the repository at this point in the history
It seems it's getting rate limited on Docker Hub
  • Loading branch information
fkorotkov authored Jan 2, 2021
1 parent 50d3e7e commit 0e13b84
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,9 @@ task:
name: Release (Dry Run)
only_if: $CIRRUS_TAG == ''
container:
image: goreleaser/goreleaser:latest
release_script: goreleaser build --snapshot
image: golang:latest
install_script: curl -sfL https://install.goreleaser.com/github.com/goreleaser/goreleaser.sh | sh
release_script: ./bin/goreleaser build --snapshot
binaries_artifacts:
path: "dist/cirrus_*/cirrus*"

Expand Down Expand Up @@ -80,8 +81,9 @@ task:
env:
GITHUB_TOKEN: ENCRYPTED[!98ace8259c6024da912c14d5a3c5c6aac186890a8d4819fad78f3e0c41a4e0cd3a2537dd6e91493952fb056fa434be7c!]
container:
image: goreleaser/goreleaser:latest
release_script: goreleaser
image: golang:latest
install_script: curl -sfL https://install.goreleaser.com/github.com/goreleaser/goreleaser.sh | sh
release_script: ./bin/goreleaser

task:
name: Release Apple Silicon
Expand Down

0 comments on commit 0e13b84

Please sign in to comment.