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
|
on: push
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
build-debs:
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
build:
|
build:
|
||||||
|
|
@ -10,7 +11,6 @@ jobs:
|
||||||
runs-on: buildjet-2vcpu-ubuntu-2204
|
runs-on: buildjet-2vcpu-ubuntu-2204
|
||||||
- arch: arm64
|
- arch: arm64
|
||||||
runs-on: buildjet-2vcpu-ubuntu-2204-arm
|
runs-on: buildjet-2vcpu-ubuntu-2204-arm
|
||||||
build-debs:
|
|
||||||
runs-on: ${{ matrix.build.runs-on }}
|
runs-on: ${{ matrix.build.runs-on }}
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue