images: use gcr.io/syzkaller/syzbot as the base for syzkaller images

gcr.io/syzkaller/env isn't built for ARM64.

PiperOrigin-RevId: 565419016
This commit is contained in:
Andrei Vagin
2023-09-14 11:04:00 -07:00
committed by gVisor bot
parent 3dda3741d8
commit ad68fe1d68
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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
+1 -1
View File
@@ -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.