Skip to content

Commit d9b4cec

Browse files
authored
ci: remove unsupported
1 parent e55dba1 commit d9b4cec

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ jobs:
2121
uses: docker/setup-qemu-action@v1
2222
-
2323
name: Set up Docker Buildx
24-
id: buildx
2524
uses: docker/setup-buildx-action@v1
2625
-
2726
name: Login to DockerHub
@@ -45,6 +44,6 @@ jobs:
4544
context: .
4645
file: ./Dockerfile
4746
push: true
48-
platforms: ${{ steps.buildx.outputs.platforms }}
47+
platforms: linux/386,linux/amd64,linux/arm/v6,linux/arm/v7,linux/arm64,linux/ppc64le
4948
tags: |
5049
${{ env.tag }}

0 commit comments

Comments
 (0)