Skip to content

Commit

Permalink
testing macos build for laravel acorn
Browse files Browse the repository at this point in the history
  • Loading branch information
slayer321 committed Oct 19, 2023
1 parent dea41d9 commit 02a03c5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
jobs:
publish:
name: Publish
runs-on: ubuntu-latest
runs-on: macos-latest
steps:
- name: Checkout
uses: actions/checkout@v3
Expand All @@ -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} .
acorn build --platform linux/arm64 -t ghcr.io/infracloudio/laravel-acorn:${TAG} .

0 comments on commit 02a03c5

Please sign in to comment.