Skip to content

Commit

Permalink
fixed arm32
Browse files Browse the repository at this point in the history
  • Loading branch information
klaxalk committed Aug 20, 2024
1 parent e3999c2 commit c46ddf4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/unstable_mrs_arm32.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ jobs:
id: build

with:
arch: aarch32
arch: armv7
distro: noetic

githubToken: ${{ github.token }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/unstable_nonbloom_arm32.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:
id: build

with:
arch: aarch32
arch: armv7
distro: noetic

githubToken: ${{ github.token }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/unstable_thirdparty_arm32.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ jobs:
id: build

with:
arch: aarch32
arch: armv7
distro: noetic

githubToken: ${{ github.token }}
Expand Down

0 comments on commit c46ddf4

Please sign in to comment.