nginx-otel-nix/.github/workflows/debpkg.yaml
Workflow config file is invalid. Please check your config file: yaml: unmarshal errors: line 29: cannot unmarshal !!map into string
Aldemir Akpinar 7b59b7047c .
2025-02-06 12:52:10 +03:00

29 lines
753 B
YAML

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:
runs-on: ${{ matrix.build.runs-on }}
steps:
- uses: actions/checkout@v4
- uses: jtdor/build-deb-action@v1
name: build-deb
env:
DEB_BUILD_OPTIONS: noautodbgsym
with:
buildpackage-opts: -us -uc -b -rfakeroot
extra-build-deps: ca-certificates
- name: Tag to Release
uses: softprops/action-gh-release@v2
#if: startsWith(github.ref, 'refs/tags/')
with:
files: {{ steps.artifact.outputs.value }}