File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 3838 fail-fast : false
3939 matrix :
4040 dir : ${{fromJson(needs.list-dir.outputs.dir)}}
41+ platform : ["linux/amd64", "linux/arm64"]
4142 steps :
4243 - name : Checkout
4344 uses : actions/checkout@v4
6768 uses :
devcontainers/[email protected] 6869 with :
6970 subFolder : ./templates/${{ matrix.dir }}
70- imageName : ghcr.io/pnstack/codespace/${{ matrix.dir }}
71+ imageName : ghcr.io/pnstack/codespace/${{ matrix.dir }}${{ matrix.platform == 'linux/arm64' && '-arm' || '' }}
7172 cacheFrom : ghcr.io/pnstack/codespace/${{ matrix.dir }}:latest
7273 imageTag : ${{ github.ref == 'refs/heads/main' && 'latest' || steps.meta.outputs.tags }}
73- platform : linux/amd64
74- push : always
74+ platform : ${{ matrix.platform }}
75+ push : always
You can’t perform that action at this time.
0 commit comments