Skip to content

Commit

Permalink
Remove platform linux/386
Browse files Browse the repository at this point in the history
  • Loading branch information
Netfloex committed Nov 3, 2021
1 parent f0cc98c commit 35d2991
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
- name: Set up QEMU
uses: docker/setup-qemu-action@v1
with:
platforms: linux/amd64,linux/arm64,linux/arm/v7,linux/386
platforms: linux/amd64,linux/arm64,linux/arm/v7

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v1
Expand All @@ -65,7 +65,6 @@ jobs:
linux/amd64
linux/arm64
linux/arm/v7
linux/386
# Cache
cache-from: type=gha
Expand Down

0 comments on commit 35d2991

Please sign in to comment.