Skip to content

Commit 0429704

Browse files
committed
fix: removes arm64v8 and armv7 platforms from docker since upstream image doesn't seem to support it
Signed-off-by: Vincent Biret <[email protected]>
1 parent 48d7266 commit 0429704

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
uses: docker/[email protected]
3737
with:
3838
push: true
39-
platforms: linux/amd64,linux/arm64/v8,linux/arm/v7
39+
platforms: linux/amd64
4040
tags: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:latest,${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:${{ steps.getversion.outputs.version }}
4141
build-args: |
4242
VERSION=${{ steps.getversion.outputs.version }}

0 commit comments

Comments
 (0)