Skip to content

Commit

Permalink
re-enable release workflows for armv7 and riscv64gc
Browse files Browse the repository at this point in the history
  • Loading branch information
nibon7 committed Jun 27, 2023
1 parent c40d48b commit 92ef22d
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ jobs:
- x86_64-unknown-linux-gnu
- x86_64-unknown-linux-musl
- aarch64-unknown-linux-gnu
- armv7-unknown-linux-gnueabihf
- riscv64gc-unknown-linux-gnu
extra: ['bin']
include:
- target: aarch64-apple-darwin
Expand Down Expand Up @@ -60,6 +62,12 @@ jobs:
- target: aarch64-unknown-linux-gnu
os: ubuntu-20.04
target_rustflags: ''
- target: armv7-unknown-linux-gnueabihf
os: ubuntu-20.04
target_rustflags: '--exclude=nu-cmd-dataframe'
- target: riscv64gc-unknown-linux-gnu
os: ubuntu-20.04
target_rustflags: '--exclude=nu-cmd-dataframe'

runs-on: ${{matrix.os}}

Expand Down

0 comments on commit 92ef22d

Please sign in to comment.