Skip to content

Commit 4f215a4

Browse files
authored
Change Docker Platforms (#2)
1 parent 92da1b0 commit 4f215a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/continuous-delivery.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,5 +51,5 @@ jobs:
5151
push: true
5252
context: .
5353
file: ./Dockerfile
54-
platforms: linux/386,linux/amd64,linux/arm/v6,linux/arm/v7,linux/arm64/v8
54+
platforms: linux/amd64,linux/arm64/v8
5555
tags: ghcr.io/${{ github.repository_owner }}/parca-operator:${{ env.TAG }}

0 commit comments

Comments
 (0)