Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
badaix committed Aug 18, 2024
1 parent 5e509e7 commit a1b86ea
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ jobs:

release:
runs-on: ubuntu-latest
name: Create release
steps:
- name: Create release notes
run: ./extras/changelog_current_version.py ./changelog.md > changelog_current.md
Expand Down Expand Up @@ -50,12 +51,12 @@ jobs:
- arch: "amd64"
os: ubuntu-latest
image_prefix: "debian:"
- arch: "armhf"
os: self-hosted-rpi4
image_prefix: "badaix/raspios-lite:"
- arch: "arm64"
os: self-hosted-rpi5
image_prefix: "badaix/raspios-lite:"
# - arch: "armhf"
# os: self-hosted-rpi4
# image_prefix: "badaix/raspios-lite:"
# - arch: "arm64"
# os: self-hosted-rpi5
# image_prefix: "badaix/raspios-lite:"

runs-on: ${{ matrix.os }}
name: deb (${{ matrix.arch }}, ${{ matrix.debian }})
Expand Down

0 comments on commit a1b86ea

Please sign in to comment.