Skip to content

Commit

Permalink
ci: target armv7 instead of arm (v6)
Browse files Browse the repository at this point in the history
  • Loading branch information
b-ma committed Dec 24, 2024
1 parent a1dda6d commit fb59e94
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/matrix-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:

- name: linux-arm-gnueabihf
runner: ubuntu-latest
target: arm-unknown-linux-gnueabihf
target: armv7-unknown-linux-gnueabihf
command: cross

name: build - ${{ matrix.name }}
Expand Down
2 changes: 1 addition & 1 deletion Cross.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ pre-build = [
"apt-get update && apt-get --assume-yes install libasound2-dev:$CROSS_DEB_ARCH libjack-jackd2-dev:$CROSS_DEB_ARCH"
]

[target.arm-unknown-linux-gnueabihf]
[target.armv7-unknown-linux-gnueabihf]
pre-build = [
"dpkg --add-architecture $CROSS_DEB_ARCH",
"apt-get update && apt-get --assume-yes install libasound2-dev:$CROSS_DEB_ARCH libjack-jackd2-dev:$CROSS_DEB_ARCH"
Expand Down

0 comments on commit fb59e94

Please sign in to comment.