Update releases.yml to have arm64 platform instead of v8 specifically

This commit is contained in:
Rahul Jain 2024-09-24 13:48:42 +00:00 committed by GitHub
parent cf86fc7dff
commit 0cc8e2968f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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