Commit 9216c35 1 parent 9b58ca9 commit 9216c35 Copy full SHA for 9216c35
File tree 1 file changed +8
-8
lines changed
1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -10,21 +10,21 @@ jobs:
10
10
name : Build and release stable image
11
11
runs-on : ubuntu-latest
12
12
steps :
13
- -
14
- name : Checkout
13
+ - name : Checkout
15
14
uses : actions/checkout@v2
16
15
with :
17
16
fetch-depth : 0
18
- -
19
- name : Set up Go
17
+ - name : Set up QEMU
18
+ uses : docker/setup-qemu-action@master
19
+ with :
20
+ platforms : all
21
+ - name : Set up Go
20
22
uses : actions/setup-go@v2
21
23
with :
22
24
go-version : 1.14
23
- -
24
- name : Docker login
25
+ - name : Docker login
25
26
run : docker login -u "${{ secrets.QUAY_IO_USER }}" -p "${{ secrets.QUAY_IO_TOKEN }}" quay.io
26
- -
27
- name : Run GoReleaser
27
+ - name : Run GoReleaser
28
28
uses : goreleaser/goreleaser-action@v2
29
29
with :
30
30
version : " 0.181.1"
You can’t perform that action at this time.
0 commit comments