vms/.github/osx_build.yaml

25 lines
489 B
YAML

name: osx_build
on: [push]
#matrix:
# OSX_VERSION:
# - sonoma
# - ventura
# - monterey
jobs:
build_image:
runs-on: osx
steps:
- name: Checkout
uses: actions/checkout@v4
- run: |
export
cd ${{ github.repository }}/osx
packer init .
packer build var macos_version=${OSX_VERSION} .
tart push ${OSX_VERSION}base gitea.hnatekmar.xyz/osx:${OSX_VERSION}latest chunksize 8
tart prune spacebudget 25