Skip to content

Commit

Permalink
Merge pull request redhat-developer#322 from adrianriobo/fix-321
Browse files Browse the repository at this point in the history
fix: Fedora ami name regex is no longer valid.
  • Loading branch information
lilyLuLiu authored Oct 30, 2024
2 parents 8d5f496 + ec0bf1e commit 189867d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/provider/aws/action/fedora/constants.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ var (

// Official AMIs from Fedora use aarch64 format for arm64
amiRegex = map[string]string{
"x86_64": "Fedora-Cloud-Base-%s*x86_64*",
"arm64": "Fedora-Cloud-Base-%s*aarch64*",
"x86_64": "Fedora-Cloud-Base-AmazonEC2.x86_64-%s*",
"arm64": "Fedora-Cloud-Base-AmazonEC2.aarch64-%s*",
}
// This is the ID for AMIS from https://fedoraproject.org/cloud
amiOwner = "125523088429"
Expand Down

0 comments on commit 189867d

Please sign in to comment.