Skip to content

Commit ebaca48

Browse files
authored
Merge pull request #3963 from reubenmiller/fix-publishing-duplicate-debian-armhf-packages
build: avoid duplicating armhf packages
2 parents a87a003 + 286f41c commit ebaca48

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)