chore(ci): enable data plane arm64 debug images (#10165)

On developers with Apple Silicon machines, this allows for testing
native binaries without having to build data plane images.
This commit is contained in:
Jamil
2025-08-08 17:47:10 -04:00
committed by GitHub
parent 95ee111e62
commit 6f0e7f3caa

View File

@@ -189,9 +189,8 @@ jobs:
# Syntax is weird because https://github.com/actions/runner/issues/1512
exclude:
# Exclude debug builds for non-amd64 targets since they won't be used.
# Devs are either on amd64 or arm64
- { stage: debug, arch: { platform: linux/arm/v7 } }
- { stage: debug, arch: { platform: linux/arm64 } }
# Exclude http-test-server from perf image builds
- { image_prefix: perf, name: { package: http-test-server } }