Skip to content

Commit

Permalink
add ubuntu24 support (#421)
Browse files Browse the repository at this point in the history
  • Loading branch information
movence authored Sep 30, 2024
1 parent 76daeab commit 9652f65
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions generator/resources/ec2_linux_test_matrix.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,17 @@
"binaryName": "amazon-cloudwatch-agent.deb",
"family": "linux"
},
{
"os": "ubuntu-24",
"username": "ubuntu",
"instanceType":"t3.medium",
"installAgentCommand": "go run ./install/install_agent.go deb",
"ami": "cloudwatch-agent-integration-test-ubuntu-24*",
"caCertPath": "/etc/ssl/certs/ca-certificates.crt",
"arc": "amd64",
"binaryName": "amazon-cloudwatch-agent.deb",
"family": "linux"
},
{
"os": "debian-11",
"username": "admin",
Expand Down

0 comments on commit 9652f65

Please sign in to comment.