chore(ci): set image platform on image build (#811)

Co-authored-by: Simon Aronsson <simme@arcticbit.se>
This commit is contained in:
nils måsén 2021-02-04 11:30:56 +01:00 committed by GitHub
parent a068203e4d
commit d0943c3b77
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 32 additions and 23 deletions

View file

@ -69,5 +69,5 @@ jobs:
- name: Build
uses: goreleaser/goreleaser-action@v2
with:
version: v0.104.1
version: v0.155.0
args: --snapshot --skip-publish --debug

View file

@ -70,10 +70,10 @@ jobs:
uses: actions/setup-go@v2
with:
go-version: 1.15.x
- name: Run goreleaser
- name: Build
uses: goreleaser/goreleaser-action@v2
with:
version: v0.104.1
version: v0.155.0
args: --debug
- name: Enable experimental docker features
run: |
@ -176,4 +176,4 @@ jobs: