Generate prod build inside container

This commit is contained in:
Ashleigh Carr 2024-02-06 10:26:33 +00:00
parent 3b265322e0
commit 40a4872f70
3 changed files with 12 additions and 6 deletions

View file

@ -72,6 +72,10 @@ jobs:
containerfiles: ./Containerfile
platforms: linux/arm64, linux/amd64
oci: true
# Webpack seems to use a lot of open files, increase the max open file limit to accomodate.
extra-args: |
--ulimit nofile=10000
- name: Upload Release Assets
if: success()