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