Skip to content

Commit fe4b13b

Browse files
committed
remove not supported platforms
Signed-off-by: Markus Blaschke <mblaschke82@gmail.com>
1 parent de40121 commit fe4b13b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
with:
4646
context: .
4747
file: ./Dockerfile
48-
platforms: linux/386,linux/amd64,linux/arm/v6,linux/arm/v7,linux/arm64
48+
platforms: linux/amd64,linux/arm64
4949
push: ${{ github.event_name != 'pull_request' }}
5050
tags: ${{ steps.docker_meta.outputs.tags }}
5151
labels: ${{ steps.docker_meta.outputs.labels }}

0 commit comments

Comments
 (0)