mirror of
https://github.com/netbirdio/gvisor.git
synced 2026-05-22 17:12:49 -07:00
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:
@@ -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,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.
|
||||
|
||||
Reference in New Issue
Block a user