Skip to content

Commit

Permalink
chore: test armhf
Browse files Browse the repository at this point in the history
  • Loading branch information
SaicharanKandukuri committed Feb 1, 2025
1 parent 45a9381 commit 93a24eb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
sudo apt-get install git build-essential binfmt-support qemu-user-static debootstrap -y
- name: 🛠️ Build ${{ matrix.suite }}-${{ matrix.variant }}-${{ matrix.architecture }}
run: sudo bash build.sh -s ${{ matrix.suite }} -v ${{ matrix.variant }} -a arm64
run: sudo bash build.sh -s ${{ matrix.suite }} -v ${{ matrix.variant }} -a ${{ matrix.architecture }}

- name: ⬆️ Upload Tarballs
uses: actions/[email protected]
Expand Down
2 changes: 1 addition & 1 deletion gen_data/gen-suite-matrix.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
# it has high priority over the architecture specified in the suite
# set it to "all" to build all architectures defined in the <suite>/<varient>.sh file
# "all" is currently broken!
ARCHITECTURES = [ "all" ] #, "arm64", "armhf" ]
ARCHITECTURES = [ "arm64", "armhf" ]

# Can be moved to utils?
def generate_matrix_json() -> str:
Expand Down

0 comments on commit 93a24eb

Please sign in to comment.