mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-06 21:20:33 +02:00
scripts: pack: Use correct Debian architecture for armhf-linux.
Fixes guix/guix#6989. * guix/scripts/pack.scm (debian-archive): When creating a Debian package for an armhf-linux machine match our architecture to the closest one of Debian's supported architectures. Change-Id: I596db1087c507e61cc31f0808ebd9e39b4956c49
This commit is contained in:
@@ -707,6 +707,7 @@ Valid compressors are: ~a~%") compressor-name %valid-compressors)))
|
||||
("i686" "i386")
|
||||
("x86_64" "amd64")
|
||||
("aarch64" "arm64")
|
||||
("arm" "armhf") ; Guix only supports armv7 or later.
|
||||
("mipsisa32r6" "mipsr6")
|
||||
("mipsisa32r6el" "mipsr6el")
|
||||
("mipsisa64r6" "mips64r6")
|
||||
|
||||
Reference in New Issue
Block a user