File tree 1 file changed +5
-1
lines changed
1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -16,15 +16,19 @@ jobs:
16
16
matrix :
17
17
include :
18
18
- dockerfile : swift-ci/main/ubuntu/18.04/Dockerfile
19
+ platforms : linux/amd64,linux/arm64
19
20
tags :
20
21
- ghcr.io/swiftwasm/swift-ci:main-ubuntu-18.04
21
22
- dockerfile : swift-ci/main/ubuntu/20.04/Dockerfile
23
+ platforms : linux/amd64,linux/arm64
22
24
tags :
23
25
- ghcr.io/swiftwasm/swift-ci:main-ubuntu-20.04
24
26
- dockerfile : swift-ci/main/ubuntu/22.04/Dockerfile
27
+ platforms : linux/amd64,linux/arm64
25
28
tags :
26
29
- ghcr.io/swiftwasm/swift-ci:main-ubuntu-22.04
27
30
- dockerfile : swift-ci/main/amazon-linux/2/Dockerfile
31
+ platforms : linux/amd64
28
32
tags :
29
33
- ghcr.io/swiftwasm/swift-ci:main-amazon-linux-2
30
34
steps :
39
43
- name : Push ${{ matrix.dockerfile }}
40
44
uses : docker/build-push-action@v3
41
45
with :
42
- platforms : linux/amd64,linux/arm64
46
+ platforms : ${{ matrix.platforms }}
43
47
context : .
44
48
file : ${{ matrix.dockerfile }}
45
49
push : ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }}
You can’t perform that action at this time.
0 commit comments