Skip to content

Commit

Permalink
Support 32bit
Browse files Browse the repository at this point in the history
  • Loading branch information
DarrenOfficial authored Nov 13, 2023
1 parent e4047a9 commit 6856572
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,6 @@ jobs:
builder: ${{ steps.buildx.outputs.name }}
context: .
file: ./Dockerfile
platforms: linux/amd64,linux/arm64,linux/ppc64le
platforms: linux/amd64,linux/arm64,linux/ppc64le,linux/i386
push: true
tags: ${{ steps.prep.outputs.tags }}

0 comments on commit 6856572

Please sign in to comment.