ci(flatpak): disable maximize build space for arm64 (#3820)

This commit is contained in:
ReenigneArcher 2025-04-28 15:20:08 -04:00 committed by GitHub
parent f82923e5c5
commit 326592d08c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -71,6 +71,7 @@ jobs:
runner: ubuntu-22.04-arm
steps:
- name: Maximize build space
if: matrix.arch == 'x86_64'
uses: easimon/maximize-build-space@v10
with:
root-reserve-mb: 10240