Docker multiplatform build support. Pending CI workflow test

This commit is contained in:
PathToLife 2025-02-13 20:57:45 +13:00
parent e48fc4c8d8
commit f8b613b4e7
No known key found for this signature in database
GPG key ID: EC6B08753A67F776
2 changed files with 26 additions and 5 deletions

View file

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