We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a95c08 commit 48acc3bCopy full SHA for 48acc3b
1 file changed
.github/workflows/linux.yml
@@ -1,4 +1,4 @@
1
-name: Build Linux deb for Qualcomm hardware
+name: Build Linux kernel deb
2
3
on:
4
# run on pull requests to the main branch
@@ -33,9 +33,9 @@ concurrency:
33
jobs:
34
build-linux-deb:
35
# for cross-builds
36
- runs-on: [self-hosted, x86]
+ #runs-on: [self-hosted, x86]
37
# alternative for native builds, but overkill to do both
38
- #runs-on: [self-hosted, arm64, debbuilder]
+ runs-on: [self-hosted, arm64, debbuilder]
39
container:
40
image: debian:trixie
41
volumes:
@@ -54,7 +54,7 @@ jobs:
54
apt -y upgrade
55
apt -y full-upgrade
56
57
- - name: Build Linux kernel deb for Qualcomm hardware
+ - name: Build Linux kernel deb
58
run: |
59
set -ux
60
# download arm64 package lists to install cross build-dependencies
0 commit comments