File tree Expand file tree Collapse file tree 1 file changed +13
-1
lines changed Expand file tree Collapse file tree 1 file changed +13
-1
lines changed Original file line number Diff line number Diff line change 2929 permissions :
3030 contents : read
3131 packages : write
32+
3233 needs : release-please
34+
3335 runs-on : ubuntu-latest
36+
3437 if : ${{ needs.release-please.outputs.release_created }}
38+
3539 steps :
3640 - uses : actions/checkout@v5
3741
7175 permissions :
7276 contents : read
7377 packages : write
78+
7479 needs : release-please
80+
7581 runs-on : ubuntu-latest
82+
7683 if : ${{ needs.release-please.outputs.release_created }}
84+
85+ strategy :
86+ matrix :
87+ platform : [linux/amd64, linux/arm64]
88+
7789 steps :
7890 - uses : actions/checkout@v5
7991
97109 context : .
98110 builder : ${{ steps.buildx.outputs.name }}
99111 file : Dockerfile
100- platforms : linux/amd64,linux/arm64
112+ platforms : ${{ matrix.platform }}
101113 push : true
102114 tags : |
103115 ghcr.io/metacubex/metacubexd:latest
You can’t perform that action at this time.
0 commit comments