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 1313 id : image_tags
1414 run : |
1515 echo -n ::set-output name=IMAGE_TAGS::${GITHUB_REF#refs/*/}
16+ - name : Set up QEMU
17+ uses : docker/setup-qemu-action@v2
1618 - name : Set up Docker Buildx
1719 uses : docker/setup-buildx-action@v2
1820 - name : Login to Quay.io
2729 file : cwltool.Dockerfile
2830 tags : quay.io/commonwl/cwltool_module:${{ steps.image_tags.outputs.IMAGE_TAGS }}
2931 target : module
32+ platforms : linux/amd64,linux/arm64
3033 push : true
3134 cache-from : type=gha
3235 cache-to : type=gha,mode=max
3538 with :
3639 file : cwltool.Dockerfile
3740 tags : quay.io/commonwl/cwltool:${{ steps.image_tags.outputs.IMAGE_TAGS }}
41+ platforms : linux/amd64,linux/arm64
3842 push : true
3943 cache-from : type=gha
4044 cache-to : type=gha,mode=max
You can’t perform that action at this time.
0 commit comments