Skip to content

Commit 2159389

Browse files
committed
Switch Linux back to cross builds
1 parent 0c27717 commit 2159389

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/linux.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -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:

0 commit comments

Comments
 (0)