Skip to content

Commit 7dfa9e1

Browse files
committed
fixup! WIP: add debian package builder
1 parent 0ad19b8 commit 7dfa9e1

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

.github/workflows/debian.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on: [push]
44
jobs:
55
debian-build:
66
name: Debian Build
7-
runs-on: ubuntu-24.04
7+
runs-on: ubuntu-24.04-8-cores
88
strategy:
99
matrix:
1010
target-arch:
@@ -67,8 +67,6 @@ jobs:
6767
permissions:
6868
packages: write
6969
contents: read
70-
env:
71-
TARGET_ARCH: ${{ matrix.target-arch }}
7270
steps:
7371
- name: Download builder container image
7472
uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1

0 commit comments

Comments
 (0)