From 8b9f9e6b423d8b57ec22658b3c9e8f42b76c2dd2 Mon Sep 17 00:00:00 2001 From: martin Date: Sun, 28 Jul 2024 06:59:43 +0000 Subject: [PATCH] Update .gitea/workflows/osx_build.yaml --- .gitea/workflows/osx_build.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitea/workflows/osx_build.yaml b/.gitea/workflows/osx_build.yaml index cb787db..bec83fc 100644 --- a/.gitea/workflows/osx_build.yaml +++ b/.gitea/workflows/osx_build.yaml @@ -15,7 +15,7 @@ jobs: export cd osx packer init . - echo ${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 + echo ${{ matrix.OSX_VERSION }} + packer build -var macos_version=${{ matrix.OSX_VERSION }} . + tart push ${{ matrix.OSX_VERSION }}-base gitea.hnatekmar.xyz/osx:${{ matrix.OSX_VERSION }} --chunk-size 8 tart prune --space-budget 30 \ No newline at end of file