Skip to content

Commit 48acc3b

Browse files
committed
Try building linux deb natively again
1 parent 9a95c08 commit 48acc3b

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/linux.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Build Linux deb for Qualcomm hardware
1+
name: Build Linux kernel deb
22

33
on:
44
# run on pull requests to the main branch
@@ -33,9 +33,9 @@ concurrency:
3333
jobs:
3434
build-linux-deb:
3535
# for cross-builds
36-
runs-on: [self-hosted, x86]
36+
#runs-on: [self-hosted, x86]
3737
# alternative for native builds, but overkill to do both
38-
#runs-on: [self-hosted, arm64, debbuilder]
38+
runs-on: [self-hosted, arm64, debbuilder]
3939
container:
4040
image: debian:trixie
4141
volumes:
@@ -54,7 +54,7 @@ jobs:
5454
apt -y upgrade
5555
apt -y full-upgrade
5656
57-
- name: Build Linux kernel deb for Qualcomm hardware
57+
- name: Build Linux kernel deb
5858
run: |
5959
set -ux
6060
# download arm64 package lists to install cross build-dependencies

0 commit comments

Comments
 (0)