Use the release-smaller profile in publish-spm workflow
This commit is contained in:
8
.github/workflows/publish-spm.yaml
vendored
8
.github/workflows/publish-spm.yaml
vendored
@@ -47,22 +47,22 @@ jobs:
|
||||
- name: Build bdk-ffi for x86_64-apple-darwin
|
||||
working-directory: bdk-ffi
|
||||
run: |
|
||||
cargo build --release --target x86_64-apple-darwin
|
||||
cargo build --profile release-smaller --target x86_64-apple-darwin
|
||||
|
||||
- name: Build bdk-ffi for aarch64-apple-darwin
|
||||
working-directory: bdk-ffi
|
||||
run: |
|
||||
cargo build --release --target aarch64-apple-darwin
|
||||
cargo build --profile release-smaller --target aarch64-apple-darwin
|
||||
|
||||
- name: Build bdk-ffi for x86_64-apple-ios
|
||||
working-directory: bdk-ffi
|
||||
run: |
|
||||
cargo build --release --target x86_64-apple-ios
|
||||
cargo build --profile release-smaller --target x86_64-apple-ios
|
||||
|
||||
- name: Build bdk-ffi for aarch64-apple-ios
|
||||
working-directory: bdk-ffi
|
||||
run: |
|
||||
cargo build --release --target aarch64-apple-ios
|
||||
cargo build --profile release-smaller --target aarch64-apple-ios
|
||||
|
||||
- name: Build bdk-ffi for aarch64-apple-ios-sim
|
||||
working-directory: bdk-ffi
|
||||
|
||||
2
bdk-ffi
2
bdk-ffi
Submodule bdk-ffi updated: e6cf423721...c2aecb0597
Reference in New Issue
Block a user