Skip to content

Commit 92550c9

Browse files
committed
test buildjet
Signed-off-by: Esteve Fernandez <[email protected]>
1 parent d37d105 commit 92550c9

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/build-debs.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@ jobs:
2020
matrix:
2121
platform:
2222
- runner: ubuntu:22.04
23-
target: amd64
24-
- runner: ubuntu:22.04
25-
target: arm64
23+
- runner: buildjet-8vcpu-ubuntu-2204-arm
24+
- runner: ubuntu:24.04
25+
- runner: buildjet-8vcpu-ubuntu-2404-arm
2626

2727
steps:
2828
- uses: actions/checkout@v4
@@ -32,4 +32,3 @@ jobs:
3232
with:
3333
buildpackage-opts: --build=binary --no-sign
3434
docker-image: ${{ matrix.platform.runner }}
35-
host-arch: ${{ matrix.platform.target }}

0 commit comments

Comments
 (0)