Skip to content

Commit

Permalink
Build armhf package on RPI4
Browse files Browse the repository at this point in the history
  • Loading branch information
badaix committed Jan 17, 2024
1 parent 4679d6a commit 8d282c5
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,20 +24,18 @@ jobs:
os: ubuntu-latest
image_prefix: "debian:"
- arch: "armhf"
os: self-hosted-rpi5
os: self-hosted-rpi4
image_prefix: "badaix/raspios-lite:"
image_postfix: "-armhf"
- arch: "arm64"
os: self-hosted-rpi5
image_prefix: "badaix/raspios-lite:"
image_postfix: "-arm64"

runs-on: ${{ matrix.os }}
name: deb (${{ matrix.arch }}, ${{ matrix.debian }})
timeout-minutes: 240

container:
image: ${{matrix.image_prefix}}${{matrix.debian}}${{matrix.image_postfix}}
image: ${{matrix.image_prefix}}${{matrix.debian}}${{matrix.image_suffix}}
steps:
- name: Get dependencies
run: apt-get update && apt-get install -yq wget debhelper build-essential cmake git rename libatomic1 libasound2-dev libsoxr-dev libvorbisidec-dev libvorbis-dev libflac-dev libopus-dev alsa-utils libpulse-dev libavahi-client-dev avahi-daemon libexpat1-dev python3 ccache
Expand Down

0 comments on commit 8d282c5

Please sign in to comment.