Skip to content

Commit 93a24eb

Browse files
chore: test armhf
1 parent 45a9381 commit 93a24eb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build-and-release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
sudo apt-get install git build-essential binfmt-support qemu-user-static debootstrap -y
4343
4444
- name: 🛠️ Build ${{ matrix.suite }}-${{ matrix.variant }}-${{ matrix.architecture }}
45-
run: sudo bash build.sh -s ${{ matrix.suite }} -v ${{ matrix.variant }} -a arm64
45+
run: sudo bash build.sh -s ${{ matrix.suite }} -v ${{ matrix.variant }} -a ${{ matrix.architecture }}
4646

4747
- name: ⬆️ Upload Tarballs
4848
uses: actions/[email protected]

gen_data/gen-suite-matrix.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
# it has high priority over the architecture specified in the suite
99
# set it to "all" to build all architectures defined in the <suite>/<varient>.sh file
1010
# "all" is currently broken!
11-
ARCHITECTURES = [ "all" ] #, "arm64", "armhf" ]
11+
ARCHITECTURES = [ "arm64", "armhf" ]
1212

1313
# Can be moved to utils?
1414
def generate_matrix_json() -> str:

0 commit comments

Comments
 (0)