Skip to content

Commit 9be6552

Browse files
committed
GHA: readd amd64 arch. Closes: #17
This partially reverts 6da9977. Use amd64 by default for the 'full' build and no longer the equally fast but more exotic riscv64 arch.
1 parent 79e7bcf commit 9be6552

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ jobs:
1414
strategy:
1515
matrix:
1616
include:
17+
- architecture: amd64
18+
runner: ubuntu-latest
1719
- architecture: armhf
1820
runner: ubuntu-24.04-arm
1921
- architecture: arm64
@@ -35,7 +37,7 @@ jobs:
3537
DEB_BUILD_OPTIONS: noautodbgsym
3638
with:
3739
host-arch: ${{ matrix.architecture }}
38-
buildpackage-opts: --build=${{ matrix.architecture == 'riscv64' && 'full' || 'any' }}
40+
buildpackage-opts: --build=${{ matrix.architecture == 'amd64' && 'full' || 'any' }}
3941
docker-image: debian:testing-20250407
4042
- name: "Upload artifacts"
4143
uses: actions/upload-artifact@v4

debian/artifacts/conf/distributions

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Origin: Armbian
22
Label: Armbian Package Archive APA
33
Suite: stable
44
Codename: current
5-
Architectures: arm64 riscv64 armhf source
5+
Architectures: amd64 arm64 riscv64 armhf source
66
Components: main
77
Description: packages provided by the Armbian project
88
SignWith: DF00FAF1C577104B50BF1D0093D6889F9F0E78D5

0 commit comments

Comments
 (0)