mirror of
https://github.com/gchq/CyberChef.git
synced 2025-06-15 02:34:58 -04:00
Generate prod build inside container
This commit is contained in:
parent
3b265322e0
commit
40a4872f70
3 changed files with 12 additions and 6 deletions
4
.github/workflows/releases.yml
vendored
4
.github/workflows/releases.yml
vendored
|
@ -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()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue