Support 32bit

This commit is contained in:
Darren Nathanael 2023-11-13 05:31:26 -05:00 committed by GitHub
parent e4047a986c
commit 6856572a5d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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 }}