diff --git a/.github/workflows/releases.yml b/.github/workflows/releases.yml index f4840995..f3ca6e0e 100644 --- a/.github/workflows/releases.yml +++ b/.github/workflows/releases.yml @@ -61,7 +61,7 @@ jobs: tags: ${{ steps.image-metadata.outputs.tags }} labels: ${{ steps.image-metadata.outputs.labels }} containerfiles: ./Dockerfile - platforms: linux/amd64,linux/arm64/v8 + platforms: linux/amd64,linux/arm64 oci: true # Webpack seems to use a lot of open files, increase the max open file limit to accomodate. extra-args: |