From ad68fe1d68c5ab7adcb85aec313dc48f2f4080a7 Mon Sep 17 00:00:00 2001 From: Andrei Vagin Date: Thu, 14 Sep 2023 11:00:45 -0700 Subject: [PATCH] images: use gcr.io/syzkaller/syzbot as the base for syzkaller images gcr.io/syzkaller/env isn't built for ARM64. PiperOrigin-RevId: 565419016 --- .buildkite/pipeline.yaml | 2 +- images/syzkaller/Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.buildkite/pipeline.yaml b/.buildkite/pipeline.yaml index eba5f18b8..7de1373ee 100644 --- a/.buildkite/pipeline.yaml +++ b/.buildkite/pipeline.yaml @@ -191,7 +191,7 @@ steps: label: ":docker: Images (aarch64)" command: make ARCH=aarch64 load-all-images agents: - arch: "amd64" + arch: "arm64" # Basic unit tests. - <<: *common diff --git a/images/syzkaller/Dockerfile b/images/syzkaller/Dockerfile index 9f739d972..2b2755a70 100644 --- a/images/syzkaller/Dockerfile +++ b/images/syzkaller/Dockerfile @@ -1,4 +1,4 @@ -FROM gcr.io/syzkaller/env +FROM gcr.io/syzkaller/syzbot # This image is mostly for investigating syzkaller crashes, so let's install # developer tools.