File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -15,19 +15,19 @@ jobs:
15
15
platforms : ' linux/amd64'
16
16
tags :
17
17
- ghcr.io/swiftwasm/swift:5.9-bionic
18
- - ghcr.io/swiftwasm/swift:bionic
18
+ # - ghcr.io/swiftwasm/swift:bionic
19
19
- dockerfile : ./5.9/ubuntu/20.04/Dockerfile
20
20
platforms : ' linux/amd64,linux/arm64'
21
21
tags :
22
22
- ghcr.io/swiftwasm/swift:5.9-focal
23
- - ghcr.io/swiftwasm/swift:focal
23
+ # - ghcr.io/swiftwasm/swift:focal
24
24
- dockerfile : ./5.9/ubuntu/22.04/Dockerfile
25
25
platforms : ' linux/amd64'
26
26
tags :
27
27
- ghcr.io/swiftwasm/swift:5.9-jammy
28
- - ghcr.io/swiftwasm/swift:jammy
28
+ # - ghcr.io/swiftwasm/swift:jammy
29
29
- ghcr.io/swiftwasm/swift:5.9
30
- - ghcr.io/swiftwasm/swift:latest
30
+ # - ghcr.io/swiftwasm/swift:latest
31
31
steps :
32
32
- uses : actions/checkout@v3
33
33
- name : Set up Docker Buildx
You can’t perform that action at this time.
0 commit comments