diff --git a/.github/workflows/build-and-release.yml b/.github/workflows/build-and-release.yml index 330f5b0..3252413 100644 --- a/.github/workflows/build-and-release.yml +++ b/.github/workflows/build-and-release.yml @@ -59,7 +59,7 @@ jobs: with: context: . push: true - platforms: ${{ matrix.os == 'ubuntu-latest' && 'linux/amd64,linux/arm64' || '' }} + platforms: ${{ matrix.os == 'ubuntu-latest' && 'linux/386,linux/amd64,linux/arm64' }} tags: ${{ steps.meta.outputs.tags }} labels: ${{ steps.meta.outputs.labels }} cache-from: type=gha