Skip to content

Commit 979c232

Browse files
committed
Switch the build Armbian server to the ARM64 version
1 parent 020413b commit 979c232

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/build-armbian-homeassistant-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,7 @@ env:
259259

260260
jobs:
261261
build:
262-
runs-on: ubuntu-24.04
262+
runs-on: ubuntu-24.04-arm
263263
if: ${{ github.event.repository.owner.id }} == ${{ github.event.sender.id }}
264264

265265
steps:

.github/workflows/build-armbian-server-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,7 @@ env:
259259

260260
jobs:
261261
build:
262-
runs-on: ubuntu-24.04
262+
runs-on: ubuntu-24.04-arm
263263
if: ${{ github.event.repository.owner.id }} == ${{ github.event.sender.id }}
264264

265265
steps:

.github/workflows/build-armbian-using-official-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@ env:
251251

252252
jobs:
253253
build:
254-
runs-on: ubuntu-24.04
254+
runs-on: ubuntu-24.04-arm
255255
if: ${{ github.event.repository.owner.id }} == ${{ github.event.sender.id }}
256256

257257
steps:

.github/workflows/build-armbian-using-releases-files.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,7 @@ env:
258258

259259
jobs:
260260
build:
261-
runs-on: ubuntu-24.04
261+
runs-on: ubuntu-24.04-arm
262262
if: ${{ github.event.repository.owner.id }} == ${{ github.event.sender.id }}
263263

264264
steps:

0 commit comments

Comments
 (0)