Skip to content

Commit ecbe7fb

Browse files
committed
ci: add apple build target
1 parent d6ee704 commit ecbe7fb

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/build-release-binaries.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,10 @@ jobs:
3131
toolchain: stable
3232
override: true
3333

34+
- name: Add apple target
35+
if: matrix.platform.os == 'macos-latest'
36+
run: rustup target add x86_64-apple-darwin
37+
3438
- name: Add musl target
3539
if: matrix.platform.os == 'ubuntu-latest'
3640
run: rustup target add x86_64-unknown-linux-musl

0 commit comments

Comments
 (0)