Skip to content

Commit 1e20712

Browse files
committed
fix unit_tests
1 parent 4e5e1b8 commit 1e20712

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

unit_test/oci_container_test.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@
3131
else:
3232
DEFAULT_IMAGE = ""
3333
DEFAULT_OCI_PLATFORM = {
34+
"AMD64": OCIPlatform.AMD64,
3435
"x86_64": OCIPlatform.AMD64,
3536
"ppc64le": OCIPlatform.PPC64LE,
3637
"s390x": OCIPlatform.S390X,

0 commit comments

Comments
 (0)