Skip to content

Commit

Permalink
arch: Bump initrd size
Browse files Browse the repository at this point in the history
Fixes CI.
  • Loading branch information
DaanDeMeyer authored and behrmann committed Dec 6, 2024
1 parent 14fd85a commit d310436
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: 63,
Distribution.debian: 61,
Distribution.ubuntu: 56,
Distribution.arch: 82,
Distribution.arch: 83,
Distribution.opensuse: 64,
}.get(config.distribution, 57)

Expand Down

0 comments on commit d310436

Please sign in to comment.