Skip to content

Commit

Permalink
debug ci
Browse files Browse the repository at this point in the history
  • Loading branch information
joelwurtz committed Apr 12, 2024
1 parent 2acf570 commit 5ffcb83
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/static/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ runs:
if: ${{ inputs.os == 'darwin-amd64' }}

- name: Build Castor static binary for MacOS - arm64
run: bin/castor castor:static:darwin-arm64
run: bin/castor castor:static:darwin-arm64 -vvv
shell: bash
if: ${{ inputs.os == 'darwin-arm64' }}

Expand Down
29 changes: 29 additions & 0 deletions .github/workflows/debug-macos-arm64.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
name: Debug MacOS ARM64

on:
push:
branches: [ "fix/macos-arm64" ]

permissions:
contents: write

jobs:
phars:
name: Create phar and static binary
runs-on: ubuntu-latest

steps:
- name: Checkout
uses: actions/checkout@v4

- uses: ./.github/actions/install

- uses: ./.github/actions/phar

- uses: ./.github/actions/cache
with:
os: 'darwin'

- uses: ./.github/actions/static
with:
os: 'darwin-arm64'

0 comments on commit 5ffcb83

Please sign in to comment.