Skip to content

Commit

Permalink
arch: Bump initrd size
Browse files Browse the repository at this point in the history
  • Loading branch information
DaanDeMeyer authored and behrmann committed Feb 4, 2025
1 parent d70b67a commit f28bf1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_initrd.py
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ def test_initrd_size(config: ImageConfig) -> None:
Distribution.fedora: 67,
Distribution.debian: 62,
Distribution.ubuntu: 57,
Distribution.arch: 86,
Distribution.arch: 87,
Distribution.opensuse: 67,
}.get(config.distribution, 58)

Expand Down

0 comments on commit f28bf1a

Please sign in to comment.