Skip to content

Commit

Permalink
chore(ci): pin arm and aarch64 release to ubuntu-22.04 runners
Browse files Browse the repository at this point in the history
dawidd6/[email protected] is not compatible with
ubuntu-latest (24.04) when asked to build ARM or AARCH64 deb packages.
  • Loading branch information
qkaiser committed Feb 10, 2025
1 parent 3755077 commit 3365e5a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
with:
files: ${{ github.workspace }}/*.deb
build_arm64:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- name: Build Debian package (AARCH64)
Expand All @@ -33,7 +33,7 @@ jobs:
with:
files: ${{ github.workspace }}/*.deb
build_arm:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- name: Build Debian package (ARM32)
Expand Down

0 comments on commit 3365e5a

Please sign in to comment.