We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7bbc583 commit 497dc15Copy full SHA for 497dc15
pipeline.py
@@ -26,7 +26,7 @@
26
TOOLS_DISTRO_KEY = "tools_distro"
27
28
AGENT_DISTROS_PER_ARCH = {
29
- "amd64": {AGENT_DISTRO_KEY: "rhel88_x86_64", TOOLS_DISTRO_KEY: "rhel88-x86_64"},
+ "amd64": {AGENT_DISTRO_KEY: "rhel8_x86_64", TOOLS_DISTRO_KEY: "rhel88-x86_64"},
30
"arm64": {AGENT_DISTRO_KEY: "amzn2_aarch64", TOOLS_DISTRO_KEY: "rhel88-aarch64"},
31
}
32
0 commit comments