Update .gitea/workflows/osx_build.yaml
Gitea Actions Demo / build_image (sonoma) (push) Failing after 3m32s
Details
Gitea Actions Demo / build_image (sonoma) (push) Failing after 3m32s
Details
This commit is contained in:
parent
2b95041e8d
commit
8b9f9e6b42
|
|
@ -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
|
||||||
Loading…
Reference in New Issue