mirror of
https://github.com/ivabus/pantry
synced 2024-11-23 00:45:07 +03:00
increase container memory for build (maybe)
This commit is contained in:
parent
8038caa28c
commit
df862c5253
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
@ -24,7 +24,7 @@ jobs:
|
|||
- os: ubuntu-latest
|
||||
container:
|
||||
image: debian:buster-slim
|
||||
options: --memory=16g
|
||||
options: --memory=24g
|
||||
- os: [self-hosted, macOS, ARM64]
|
||||
tag: darwin-aarch64
|
||||
- os: [self-hosted, linux, ARM64]
|
||||
|
|
Loading…
Reference in a new issue