Skip to content

Commit

Permalink
ci: add apple build target
Browse files Browse the repository at this point in the history
  • Loading branch information
liamaharon committed May 2, 2024
1 parent d6ee704 commit ecbe7fb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build-release-binaries.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,10 @@ jobs:
toolchain: stable
override: true

- name: Add apple target
if: matrix.platform.os == 'macos-latest'
run: rustup target add x86_64-apple-darwin

- name: Add musl target
if: matrix.platform.os == 'ubuntu-latest'
run: rustup target add x86_64-unknown-linux-musl
Expand Down

0 comments on commit ecbe7fb

Please sign in to comment.