Skip to content

Commit 3365e5a

Browse files
committed
chore(ci): pin arm and aarch64 release to ubuntu-22.04 runners
dawidd6/action-debian-package@v1.6.0 is not compatible with ubuntu-latest (24.04) when asked to build ARM or AARCH64 deb packages.
1 parent 3755077 commit 3365e5a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
with:
2121
files: ${{ github.workspace }}/*.deb
2222
build_arm64:
23-
runs-on: ubuntu-latest
23+
runs-on: ubuntu-22.04
2424
steps:
2525
- uses: actions/checkout@v4
2626
- name: Build Debian package (AARCH64)
@@ -33,7 +33,7 @@ jobs:
3333
with:
3434
files: ${{ github.workspace }}/*.deb
3535
build_arm:
36-
runs-on: ubuntu-latest
36+
runs-on: ubuntu-22.04
3737
steps:
3838
- uses: actions/checkout@v4
3939
- name: Build Debian package (ARM32)

0 commit comments

Comments
 (0)