ci(flatpak): disable maximize build space for arm64 (#3820)
This commit is contained in:
1
.github/workflows/CI.yml
vendored
1
.github/workflows/CI.yml
vendored
@@ -71,6 +71,7 @@ jobs:
|
|||||||
runner: ubuntu-22.04-arm
|
runner: ubuntu-22.04-arm
|
||||||
steps:
|
steps:
|
||||||
- name: Maximize build space
|
- name: Maximize build space
|
||||||
|
if: matrix.arch == 'x86_64'
|
||||||
uses: easimon/maximize-build-space@v10
|
uses: easimon/maximize-build-space@v10
|
||||||
with:
|
with:
|
||||||
root-reserve-mb: 10240
|
root-reserve-mb: 10240
|
||||||
|
|||||||
Reference in New Issue
Block a user