Remove ARM64 Container build from release workflow

This commit is contained in:
Ashleigh Carr 2024-02-08 19:32:56 +00:00
parent 4b95ab2477
commit 2b85336c71
1 changed files with 1 additions and 1 deletions

View File

@ -64,7 +64,7 @@ jobs:
tags: ${{ steps.image-metadata.outputs.tags }}
labels: ${{ steps.image-metadata.outputs.labels }}
containerfiles: ./Containerfile
platforms: linux/arm64, linux/amd64
platforms: linux/amd64
oci: true
# Webpack seems to use a lot of open files, increase the max open file limit to accomodate.
extra-args: |