File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -12,14 +12,17 @@ jobs:
12
12
matrix :
13
13
include :
14
14
- dockerfile : ./5.8/ubuntu/18.04/Dockerfile
15
+ platforms : ' linux/amd64'
15
16
tags :
16
17
- ghcr.io/swiftwasm/swift:5.8-bionic
17
18
- ghcr.io/swiftwasm/swift:bionic
18
19
- dockerfile : ./5.8/ubuntu/20.04/Dockerfile
20
+ platforms : ' linux/amd64'
19
21
tags :
20
22
- ghcr.io/swiftwasm/swift:5.8-focal
21
23
- ghcr.io/swiftwasm/swift:focal
22
24
- dockerfile : ./5.8/ubuntu/22.04/Dockerfile
25
+ platforms : ' linux/amd64,linux/arm64'
23
26
tags :
24
27
- ghcr.io/swiftwasm/swift:5.8-jammy
25
28
- ghcr.io/swiftwasm/swift:jammy
29
32
- uses : actions/checkout@v3
30
33
- name : Set up Docker Buildx
31
34
uses : docker/setup-buildx-action@v2
35
+ - uses : docker/setup-qemu-action@v2
32
36
- name : Login to DockerHub
33
37
uses : docker/login-action@v2
34
38
with :
38
42
- name : Push ${{ matrix.dockerfile }}
39
43
uses : docker/build-push-action@v3
40
44
with :
45
+ platforms : ${{ matrix.platforms }}
41
46
file : ${{ matrix.dockerfile }}
42
47
push : true
43
48
tags : ${{ join(matrix.tags, ',') }}
You can’t perform that action at this time.
0 commit comments