We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c27717 commit 2159389Copy full SHA for 2159389
.github/workflows/linux.yml
@@ -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:
0 commit comments