Update .gitea/workflows/osx_build.yaml
Gitea Actions Demo / build_image (sonoma) (push) Failing after 3m32s Details

This commit is contained in:
martin 2024-07-28 06:59:43 +00:00
parent 2b95041e8d
commit 8b9f9e6b42
1 changed files with 3 additions and 3 deletions

View File

@ -15,7 +15,7 @@ jobs:
export export
cd osx cd osx
packer init . packer init .
echo ${matrix.OSX_VERSION} echo ${{ matrix.OSX_VERSION }}
packer build -var macos_version=${matrix.OSX_VERSION} . packer build -var macos_version=${{ matrix.OSX_VERSION }} .
tart push ${matrix.OSX_VERSION}-base gitea.hnatekmar.xyz/osx:${matrix.OSX_VERSION} chunksize 8 tart push ${{ matrix.OSX_VERSION }}-base gitea.hnatekmar.xyz/osx:${{ matrix.OSX_VERSION }} --chunk-size 8
tart prune --space-budget 30 tart prune --space-budget 30