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 e5a4e60 commit c728e9fCopy full SHA for c728e9f
.github/workflows/linux.yml
@@ -2,11 +2,11 @@ name: Build Linux deb for Qualcomm hardware
2
3
on:
4
# run on pull requests to the main branch
5
-# pull_request:
6
-# branches: [main]
+ pull_request:
+ branches: [main]
7
# run on pushes to the main branch
8
-# push:
9
+ push:
10
# run weekly on Monday at 8:30am
11
schedule:
12
- cron: '30 8 * * 1'
@@ -33,9 +33,8 @@ concurrency:
33
jobs:
34
build-linux-deb:
35
# TODO test whether this builds on x86 too
36
- # XXX currently missing docker
37
- #runs-on: [self-hosted, x86]
38
- runs-on: [self-hosted, arm64, debbuilder]
+ runs-on: [self-hosted, x86]
+ #runs-on: [self-hosted, arm64, debbuilder]
39
container:
40
image: debian:trixie
41
volumes:
0 commit comments