Skip to content

Commit

Permalink
CI: update to the latest rootfs images (rr-debugger#3277)
Browse files Browse the repository at this point in the history
* CI: update to the latest rootfs images

* Put the correct number of zeros in the hash

* Update the hashes
  • Loading branch information
DilumAluthge authored Jun 19, 2022
1 parent e9cb53c commit e7efb9f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .buildkite/lib/types.jl
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,15 @@ const platforms = Platforms(
[
Platform(;
arch = "x86_64",
rootfs_tag = "v5.14",
rootfs_treehash = "72dab0734a234d2277e3a204263ec7d038b4087e",
rootfs_tag = "v5.22",
rootfs_treehash = "1cd67e278881dcfeed695282256b26fad603e15d",
allow_fail = false,
commit_status = true,
),
Platform(;
arch = "aarch64",
rootfs_tag = "v5.14",
rootfs_treehash = "20db175a1cc643f6d05f172eae921171e95326d3",
rootfs_tag = "v5.22",
rootfs_treehash = "7a63218e46996b36aa108b55746a3d94a3e312c1",
allow_fail = true,
commit_status = false,
),
Expand Down

0 comments on commit e7efb9f

Please sign in to comment.