File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 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/upload-artifact@v4.5.0
Original file line number Diff line number Diff line change 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?
1414def generate_matrix_json () -> str :
You can’t perform that action at this time.
0 commit comments