File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change 13
13
id : image_tags
14
14
run : |
15
15
echo -n ::set-output name=IMAGE_TAGS::${GITHUB_REF#refs/*/}
16
+ - name : Set up QEMU
17
+ uses : docker/setup-qemu-action@v2
16
18
- name : Set up Docker Buildx
17
19
uses : docker/setup-buildx-action@v2
18
20
- name : Login to Quay.io
27
29
file : cwltool.Dockerfile
28
30
tags : quay.io/commonwl/cwltool_module:${{ steps.image_tags.outputs.IMAGE_TAGS }}
29
31
target : module
32
+ platforms : linux/amd64,linux/arm64
30
33
push : true
31
34
cache-from : type=gha
32
35
cache-to : type=gha,mode=max
35
38
with :
36
39
file : cwltool.Dockerfile
37
40
tags : quay.io/commonwl/cwltool:${{ steps.image_tags.outputs.IMAGE_TAGS }}
41
+ platforms : linux/amd64,linux/arm64
38
42
push : true
39
43
cache-from : type=gha
40
44
cache-to : type=gha,mode=max
You can’t perform that action at this time.
0 commit comments