Skip to content

Commit edba2e4

Browse files
committed
ci: change arm build name
1 parent 6f7f4ec commit edba2e4

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,18 +10,16 @@ jobs:
1010

1111
strategy:
1212
matrix:
13-
build: [amd64, arm-v7]
13+
build: [amd64, armhf]
1414
include:
1515
- build: amd64
1616
os: ubuntu-latest
1717
rust: stable
1818
target: x86_64-unknown-linux-gnu
19-
platform: linux
20-
- build: arm-v7
19+
- build: armhf
2120
os: ubuntu-latest
2221
rust: stable
2322
target: armv7-unknown-linux-gnueabihf
24-
platform: pi
2523

2624
env:
2725
CARGO_TERM_COLOR: always

0 commit comments

Comments
 (0)