Fixing macos CI build
This commit is contained in:
parent
00e7a90624
commit
b090736bbc
1 changed files with 2 additions and 2 deletions
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
|
|
@ -69,9 +69,9 @@ jobs:
|
||||||
|
|
||||||
- name: Build release OSX universal binary
|
- name: Build release OSX universal binary
|
||||||
run: rustup target install aarch64-apple-darwin &&
|
run: rustup target install aarch64-apple-darwin &&
|
||||||
cargo build --profile release-github &&
|
cargo build --profile release-github --target x86_64-apple-darwin &&
|
||||||
cargo build --profile release-github --target aarch64-apple-darwin &&
|
cargo build --profile release-github --target aarch64-apple-darwin &&
|
||||||
lipo ./target/release-github/rqbit ./target/aarch64-apple-darwin/release-github/rqbit -create -output ./target/artifacts/rqbit-osx-universal
|
lipo ./target/x86_64-apple-darwin/release-github/rqbit ./target/aarch64-apple-darwin/release-github/rqbit -create -output ./target/artifacts/rqbit-osx-universal
|
||||||
- uses: softprops/action-gh-release@v1
|
- uses: softprops/action-gh-release@v1
|
||||||
with:
|
with:
|
||||||
generate_release_notes: true
|
generate_release_notes: true
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue