Skip to content

Commit

Permalink
github: workflows: release: Add armv7 binaries
Browse files Browse the repository at this point in the history
Signed-off-by: Patrick José Pereira <patrickelectric@gmail.com>
  • Loading branch information
patrickelectric committed Oct 19, 2023
1 parent ca8b52c commit ecec97a
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,12 +47,18 @@ jobs:
- build: linux-musl
os: ubuntu-22.04
target: x86_64-unknown-linux-musl
- build: linux-arm
- build: linux-arm64
os: ubuntu-22.04
target: aarch64-unknown-linux-gnu
- build: linux-arm
- build: linux-arm64
os: ubuntu-22.04
target: aarch64-unknown-linux-musl
- build: linux-armv7
os: ubuntu-22.04
target: armv7-unknown-linux-gnueabihf
- build: linux-armv7
os: ubuntu-22.04
target: armv7-unknown-linux-musleabihf
- build: macos
os: macos-latest
target: x86_64-apple-darwin
Expand Down

0 comments on commit ecec97a

Please sign in to comment.