Skip to content

Commit 286f41c

Browse files
committed
build: avoid duplicating armhf packages
The arm-unknown-linux-musleabi is published to a separate repository, -armv6 so it does not need to be published to the default repo as it clashes with the armv7-unknown-linux-musleabihf target. Signed-off-by: reubenmiller <reuben.d.miller@gmail.com>
1 parent a87a003 commit 286f41c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/build-workflow.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -367,7 +367,6 @@ jobs:
367367
# Keep arm-unknown-linux-musleabi in separate repo due to armhf conflict between raspbian and debian
368368
- { target: arm-unknown-linux-musleabi, repo_suffix: '-armv6', component: main }
369369
- { target: armv7-unknown-linux-musleabihf, repo_suffix: '', component: main }
370-
- { target: arm-unknown-linux-musleabi, repo_suffix: '', component: main }
371370
- { target: i686-unknown-linux-musl, repo_suffix: '', component: main }
372371
# Debian also calls this "armel" (conflict with arm-unknown-linux-musleabi)
373372
# - { target: armv5te-unknown-linux-musleabi, repo_suffix: '', component: main }

0 commit comments

Comments
 (0)