Skip to content

Commit 497dc15

Browse files
committed
Fixed Agent distro
1 parent 7bbc583 commit 497dc15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pipeline.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
TOOLS_DISTRO_KEY = "tools_distro"
2727

2828
AGENT_DISTROS_PER_ARCH = {
29-
"amd64": {AGENT_DISTRO_KEY: "rhel88_x86_64", TOOLS_DISTRO_KEY: "rhel88-x86_64"},
29+
"amd64": {AGENT_DISTRO_KEY: "rhel8_x86_64", TOOLS_DISTRO_KEY: "rhel88-x86_64"},
3030
"arm64": {AGENT_DISTRO_KEY: "amzn2_aarch64", TOOLS_DISTRO_KEY: "rhel88-aarch64"},
3131
}
3232

0 commit comments

Comments
 (0)