Skip to content

Commit

Permalink
Update minimal sizing
Browse files Browse the repository at this point in the history
  • Loading branch information
dirkmueller committed Jun 17, 2024
1 parent 4d9a090 commit 6091337
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions tests/test_minimal.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@
}

TW_MINIMAL_IMAGE_MAX_SIZE: Dict[str, int] = {
"x86_64": 51,
"aarch64": 51,
"s390x": 49,
"ppc64le": 59,
"aarch64": 65,
"ppc64le": 58,
"s390x": 41,
"x86_64": 49,
}

#: size limits of the micro image per architecture in MiB
Expand All @@ -35,8 +35,8 @@

TW_MICRO_IMAGE_MAX_SIZE: Dict[str, int] = {
"x86_64": 34,
"aarch64": 36,
"s390x": 34,
"aarch64": 42,
"s390x": 28,
"ppc64le": 41,
}

Expand Down

0 comments on commit 6091337

Please sign in to comment.