From c117552d782cbd1b34c12efa28b3e3a58aa8fcb4 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Tue, 9 Jun 2015 12:05:17 +0200 Subject: reproducible coreboot: add arm64 arch --- bin/reproducible_coreboot.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin/reproducible_coreboot.sh') 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 -- cgit v1.2.3-54-g00ecf