Skip to content

Commit c0a472b

Browse files
authored
Change build environment to Ubuntu 24.04 ARM
Updated the build workflow to use Ubuntu 24.04 ARM and added container configuration.
1 parent 8100bd5 commit c0a472b

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/build.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,12 @@ on:
55

66
jobs:
77
build-arm:
8-
runs-on: [self-hosted, ARM64, BredOS]
8+
runs-on: ubuntu-24.04-arm
9+
container:
10+
image: bredos/bredos:latest
11+
ports:
12+
- 80
13+
options: --privileged
914

1015
strategy:
1116
fail-fast: false
@@ -20,6 +25,7 @@ jobs:
2025

2126
- name: Install dependencies
2227
run: |
28+
init-docker
2329
sudo pacman -Sy --noconfirm --needed \
2430
arch-install-scripts bash dosfstools e2fsprogs erofs-utils libarchive libisoburn mtools squashfs-tools grub openssh
2531

0 commit comments

Comments
 (0)