Skip to content

Commit

Permalink
ci: change arm build name
Browse files Browse the repository at this point in the history
  • Loading branch information
davidgomesdev committed Dec 21, 2023
1 parent 6f7f4ec commit edba2e4
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,18 +10,16 @@ jobs:

strategy:
matrix:
build: [amd64, arm-v7]
build: [amd64, armhf]
include:
- build: amd64
os: ubuntu-latest
rust: stable
target: x86_64-unknown-linux-gnu
platform: linux
- build: arm-v7
- build: armhf
os: ubuntu-latest
rust: stable
target: armv7-unknown-linux-gnueabihf
platform: pi

env:
CARGO_TERM_COLOR: always
Expand Down

0 comments on commit edba2e4

Please sign in to comment.