Skip to content

Commit c728e9f

Browse files
committed
Give a shot to building Linux on x86
1 parent e5a4e60 commit c728e9f

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

.github/workflows/linux.yml

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@ name: Build Linux deb for Qualcomm hardware
22

33
on:
44
# run on pull requests to the main branch
5-
# pull_request:
6-
# branches: [main]
5+
pull_request:
6+
branches: [main]
77
# run on pushes to the main branch
8-
# push:
9-
# branches: [main]
8+
push:
9+
branches: [main]
1010
# run weekly on Monday at 8:30am
1111
schedule:
1212
- cron: '30 8 * * 1'
@@ -33,9 +33,8 @@ concurrency:
3333
jobs:
3434
build-linux-deb:
3535
# 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]
36+
runs-on: [self-hosted, x86]
37+
#runs-on: [self-hosted, arm64, debbuilder]
3938
container:
4039
image: debian:trixie
4140
volumes:

0 commit comments

Comments
 (0)