Attempting to get maximise storage working for our use case.
This commit is contained in:
parent
85903a2a30
commit
c1438b2988
|
@ -18,8 +18,9 @@ jobs:
|
|||
- name: Maximize build space
|
||||
uses: easimon/maximize-build-space@master
|
||||
with:
|
||||
root-reserve-mb: 512
|
||||
root-reserve-mb: 4096
|
||||
swap-size-mb: 1024
|
||||
remove-android: 'true'
|
||||
- name: Fail if not a tag
|
||||
run: |
|
||||
if [[ $GITHUB_REF != refs/tags/* ]]; then
|
||||
|
@ -86,4 +87,4 @@ jobs:
|
|||
platforms: linux/amd64
|
||||
build-args: TARGETBUILD=aas
|
||||
tags: budibase/budibase-aas,budibase/budibase-aas:${{ env.RELEASE_VERSION }}
|
||||
file: ./hosting/single/Dockerfile
|
||||
file: ./hosting/single/Dockerfile
|
||||
|
|
Loading…
Reference in New Issue