mirror of
https://github.com/flatcar/scripts.git
synced 2026-01-30 21:02:06 +01:00
Fix mod_for_test scripts to recognize amd64 as a valid architecture
BUG=chromium-os:21837 TEST=suite_Smoke passes on amd64-generic Change-Id: I748eeae24e431f11a9fdaaa51656c7e4fa0bca4e Reviewed-on: https://gerrit.chromium.org/gerrit/12090 Tested-by: Sonny Rao <sonnyrao@chromium.org> Reviewed-by: Darin Petkov <petkov@chromium.org> Commit-Ready: Sonny Rao <sonnyrao@chromium.org>
This commit is contained in:
parent
63c3cc56b3
commit
de2b30af45
@ -11,7 +11,7 @@ case "${ARCH}" in
|
||||
QEMU="/tmp/qemu-arm"
|
||||
cp "/usr/bin/qemu-arm" "${ROOT_FS_DIR}/${QEMU}"
|
||||
;;
|
||||
*86)
|
||||
*86|amd64)
|
||||
QEMU=""
|
||||
;;
|
||||
*)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user