Skip to content

Commit

Permalink
Merge pull request #553 from apricote/kolet-hetzner-arm64
Browse files Browse the repository at this point in the history
kola: add board->arch mapping for Hetzner
  • Loading branch information
tormath1 authored Sep 2, 2024
2 parents 6807d6c + d6aaced commit 71a8633
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions kola/harness.go
Original file line number Diff line number Diff line change
Expand Up @@ -673,6 +673,9 @@ func architecture(pltfrm string) string {
if pltfrm == "azure" && AzureOptions.Board != "" {
nativeArch = boardToArch(AzureOptions.Board)
}
if pltfrm == "hetzner" && HetznerOptions.Board != "" {
nativeArch = boardToArch(HetznerOptions.Board)
}
return nativeArch
}

Expand Down

0 comments on commit 71a8633

Please sign in to comment.