should work
This commit is contained in:
parent
112163f06b
commit
0819027a71
1 changed files with 7 additions and 7 deletions
2
.github/workflows/debpkg.yaml
vendored
2
.github/workflows/debpkg.yaml
vendored
|
|
@ -3,6 +3,7 @@ name: Debian otel deb package generator
|
|||
on: push
|
||||
|
||||
jobs:
|
||||
build-debs:
|
||||
strategy:
|
||||
matrix:
|
||||
build:
|
||||
|
|
@ -10,7 +11,6 @@ jobs:
|
|||
runs-on: buildjet-2vcpu-ubuntu-2204
|
||||
- arch: arm64
|
||||
runs-on: buildjet-2vcpu-ubuntu-2204-arm
|
||||
build-debs:
|
||||
runs-on: ${{ matrix.build.runs-on }}
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue