Skip to content

Commit

Permalink
releaser for whitelabel
Browse files Browse the repository at this point in the history
  • Loading branch information
OB committed Sep 6, 2024
1 parent e84adf0 commit d1c4f15
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/releaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,14 @@ jobs:
matrix:
include:
- os: ubuntu-20.04
workspace: avail-light-client
workspace: light-client-whitelabel
rust_target: x86_64-unknown-linux-gnu
output_name: avail-light-linux-amd64
extra_setup: |
rustup target add x86_64-unknown-linux-gnu
- os: ubuntu-20.04
workspace: avail-light-client
workspace: light-client-whitelabel
rust_target: aarch64-unknown-linux-gnu
output_name: avail-light-linux-arm64
extra_setup: |
Expand All @@ -31,21 +31,21 @@ jobs:
export CARGO_TARGET_AARCH64_UNKNOWN_LINUX_GNU_LINKER=/usr/bin/aarch64-linux-gnu-gcc
- os: macos-14
workspace: avail-light-client
workspace: light-client-whitelabel
rust_target: aarch64-apple-darwin
output_name: avail-light-apple-arm64
extra_setup: |
rustup target add aarch64-apple-darwin
- os: macos-13
workspace: avail-light-client
workspace: light-client-whitelabel
rust_target: x86_64-apple-darwin
output_name: avail-light-apple-x86_64
extra_setup: |
rustup target add x86_64-apple-darwin
- os: windows-latest
workspace: avail-light-client
workspace: light-client-whitelabel
rust_target: x86_64-pc-windows-msvc
output_name: avail-light-x86_64-pc-windows-msvc.exe
extra_setup: |
Expand Down

0 comments on commit d1c4f15

Please sign in to comment.