File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -131,10 +131,10 @@ jobs:
131131 architecture : " linux/amd64,linux/arm64"
132132 - image : ghcr.io/openconext/openconext-invite/inviteprovisioningmock
133133 app : provisioning-mock
134- architecture : " linux/amd64,linux/arm64v8 "
134+ architecture : " linux/amd64,linux/arm64 "
135135 - image : ghcr.io/openconext/openconext-invite/inviteserver
136136 app : server
137- architecture : " linux/amd64,linux/arm64v8 "
137+ architecture : " linux/amd64,linux/arm64 "
138138 steps :
139139 - uses : actions/checkout@v4
140140
@@ -172,8 +172,7 @@ jobs:
172172 with :
173173 context : ${{ matrix.app }}
174174 file : ${{ matrix.app }}/docker/Dockerfile
175- platforms : linux/amd64
176- # platforms: "${{ matrix.architecture }}"
175+ platforms : " ${{ matrix.architecture }}"
177176 push : true
178177 tags : ${{ steps.meta.outputs.tags }}
179178 labels : ${{ steps.meta.outputs.labels }}
You can’t perform that action at this time.
0 commit comments