Skip to content

Commit

Permalink
add linux/386
Browse files Browse the repository at this point in the history
  • Loading branch information
frnandu committed Jan 25, 2024
1 parent 2d0cf8a commit 0d8900a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@ jobs:
image: ${{ env.IMAGENAME }}
registry: ${{ env.REGISTRY }}
multiPlatform: true
platform: linux/amd64,linux/arm64
platform: linux/amd64,linux/arm64,linux/386
username: ${{ github.repository_owner }}
password: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 0d8900a

Please sign in to comment.