-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump QEMU to 8.2 for FreeBSD 14.0 ARM64
For some reason we need at least QEU 8.2 for 14.0 ARM64 to properly build. Latest version of Ubuntu doesn't have QEMU 8.2, we need to switch to Alpine Edge to get at least 8.2.
- Loading branch information
1 parent
8978925
commit 0ccc282
Showing
2 changed files
with
8 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
#!/bin/bash | ||
#!/usr/bin/env sh | ||
|
||
set -euxo pipefail | ||
|
||
|