Constrain website tests to AMD64 agents.

The jekyll/jekyll:4.0.0 image requires running on AMD64.
Note how we have images/jekyll/Dockerfile.x86_64 file which is
platform dependent.

PiperOrigin-RevId: 453484514
This commit is contained in:
Ayush Ranjan
2022-06-07 11:29:40 -07:00
committed by gVisor bot
parent e64458ff08
commit 06f7b645e6
+2
View File
@@ -265,6 +265,8 @@ steps:
- <<: *common
label: ":earth_americas: Website tests"
command: make website-build
agents:
arch: "amd64"
# Networking tests.
- <<: *common