Skip to content

Commit

Permalink
Use badaix/raspios-lite images
Browse files Browse the repository at this point in the history
  • Loading branch information
badaix committed Jan 13, 2024
1 parent b291e2a commit 2355dca
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,22 +23,19 @@ jobs:
- arch: "amd64"
os: ubuntu-latest
image_prefix: "debian:"
image_suffix: ""
- arch: "armhf"
os: self-hosted-rpi4
image_prefix: "badaix/raspios-"
image_suffix: "-armhf-lite"
image_prefix: "badaix/raspios-lite:"
- arch: "arm64"
os: self-hosted-rpi5
image_prefix: "badaix/raspios-"
image_suffix: "-arm64-lite"
image_prefix: "badaix/raspios-lite:"

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

container:
image: ${{matrix.image_prefix}}${{matrix.debian}}${{matrix.image_suffix}}
image: ${{matrix.image_prefix}}${{matrix.debian}}
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 2355dca

Please sign in to comment.