.
This commit is contained in:
parent
972f0c44cf
commit
7b59b7047c
1 changed files with 3 additions and 15 deletions
18
.github/workflows/debpkg.yaml
vendored
18
.github/workflows/debpkg.yaml
vendored
|
|
@ -1,27 +1,15 @@
|
||||||
name: Debian otel deb package generator
|
name: Debian otel deb package generator
|
||||||
|
|
||||||
on:
|
on: push
|
||||||
workflow_call:
|
|
||||||
inputs:
|
|
||||||
runner_x86:
|
|
||||||
description: 'The runner to use for x86 builds'
|
|
||||||
required: false
|
|
||||||
type: string
|
|
||||||
default: buildjet-2vcpu-ubuntu-2204
|
|
||||||
runner_arm:
|
|
||||||
description: 'The runner to use for arm64 builds'
|
|
||||||
required: false
|
|
||||||
type: string
|
|
||||||
default: buildjet-2vcpu-ubuntu-2204-arm
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
build:
|
build:
|
||||||
- arch: amd64
|
- arch: amd64
|
||||||
runs-on: ${{ inputs.runner_x86 }}
|
runs-on: buildjet-2vcpu-ubuntu-2204
|
||||||
- arch: arm64
|
- arch: arm64
|
||||||
runs-on: ${{ inputs.runner_arm }}
|
runs-on: buildjet-2vcpu-ubuntu-2204-arm
|
||||||
build-debs:
|
build-debs:
|
||||||
runs-on: ${{ matrix.build.runs-on }}
|
runs-on: ${{ matrix.build.runs-on }}
|
||||||
steps:
|
steps:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue