Skip to content

Commit

Permalink
Merge pull request #2 from dusk-network/add-m1
Browse files Browse the repository at this point in the history
Add `aarch64-apple-darwin` target
  • Loading branch information
Eduardo Leegwater Simões authored Dec 5, 2023
2 parents 8998661 + a95b440 commit a16ffdc
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions .github/workflows/dusk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,16 +14,18 @@ jobs:
target:
strategy:
matrix:
os: [ ubuntu-latest, macos-latest ]
target: [
x86_64-unknown-linux-gnu,
x86_64-apple-darwin,
aarch64-apple-darwin,
]
exclude:
include:
- os: ubuntu-latest
target: x86_64-apple-darwin
- os: macos-latest
target: x86_64-unknown-linux-gnu
- os: macos-latest-large
target: x86_64-apple-darwin
- os: macos-latest-xlarge
target: aarch64-apple-darwin
runs-on: ${{ matrix.os }}
steps:
- name: Check out repository
Expand All @@ -40,7 +42,7 @@ jobs:
run: brew install ninja openssl@3

- name: Run build
run: ./x dist --host ${{ matrix.target }}
run: ./x.py dist --host ${{ matrix.target }}

- name: Set artifact name
id: artifact-name
Expand Down

0 comments on commit a16ffdc

Please sign in to comment.