Skip to content

Commit

Permalink
Fix verify_azsecpack for Azure Linux 3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bhagyapathak authored and LiliDeng committed Nov 27, 2024
1 parent 6bcccad commit a5f5147
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions microsoft/testsuites/vm_extensions/azsecpack.py
Original file line number Diff line number Diff line change
Expand Up @@ -346,14 +346,14 @@ def _is_supported(self, node: Node) -> None:
Ubuntu: [20, 22, 18],
SLES: [15],
AlmaLinux: [8],
CBLMariner: [2],
CBLMariner: [2, 3],
}
supported_major_versions_arm64 = {
Redhat: [8, 9],
CentOs: [7],
Debian: [11],
Ubuntu: [20],
CBLMariner: [2],
CBLMariner: [2, 3],
}

arch = node.os.get_kernel_information().hardware_platform # type: ignore
Expand Down

0 comments on commit a5f5147

Please sign in to comment.