diff options
author | Holger Levsen <holger@layer-acht.org> | 2015-06-09 12:05:17 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-06-09 12:05:17 +0200 |
commit | c117552d782cbd1b34c12efa28b3e3a58aa8fcb4 (patch) | |
tree | 6e0b5dfa23965a3de338a433db22806d111ea044 | |
parent | 6ac47f4c7e400a605007ddccaffd75cb1176a62a (diff) | |
download | jenkins.debian.net-c117552d782cbd1b34c12efa28b3e3a58aa8fcb4.tar.xz |
reproducible coreboot: add arm64 arch
-rwxr-xr-x | bin/reproducible_coreboot.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/reproducible_coreboot.sh b/bin/reproducible_coreboot.sh index ecd5dbd6..30a1fe7c 100755 --- a/bin/reproducible_coreboot.sh +++ b/bin/reproducible_coreboot.sh @@ -14,7 +14,7 @@ common_init "$@" set -e # build for different architectures -ARCHS="i386 mips arm riscv" +ARCHS="i386 mips arm arm64 riscv" cleanup_tmpdir() { cd |