diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index 9dd2d85..8fdf1ee 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -8,7 +8,7 @@ on: jobs: publish: name: Publish - runs-on: ubuntu-latest + runs-on: macos-latest steps: - name: Checkout uses: actions/checkout@v3 @@ -26,4 +26,4 @@ jobs: - name: Build and Publish with signature run: | TAG=${GITHUB_REF#refs/*/} - acorn build --platform linux/amd64 --push -t ghcr.io/infracloudio/laravel-acorn:${TAG} . \ No newline at end of file + acorn build --platform linux/arm64 -t ghcr.io/infracloudio/laravel-acorn:${TAG} . \ No newline at end of file