Skip to content

Commit 2b0e019

Browse files
committed
fix rhel path
1 parent 0c2ab1d commit 2b0e019

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build_info_agent.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
"platform_mappings": {
33
"linux/amd64": {
44
"agent_suffix": "linux_x86_64.tar.gz",
5-
"tools_suffix": "rhel88-x86_64-{TOOLS_VERSION}.tgz"
5+
"tools_suffix": "rhel93-x86_64-{TOOLS_VERSION}.tgz"
66
},
77
"linux/arm64": {
88
"agent_suffix": "amzn2_aarch64.tar.gz",
9-
"tools_suffix": "rhel88-aarch64-{TOOLS_VERSION}.tgz"
9+
"tools_suffix": "rhel93-aarch64-{TOOLS_VERSION}.tgz"
1010
},
1111
"linux/s390x": {
1212
"agent_suffix": "rhel7_s390x.tar.gz",

0 commit comments

Comments
 (0)