Skip to content

feat:Add deb and rpm packages. #768

feat:Add deb and rpm packages.

feat:Add deb and rpm packages. #768

Workflow file for this run

# SPDX-FileCopyrightText: 2023 Comcast Cable Communications Management, LLC
# SPDX-License-Identifier: Apache-2.0
---
name: CI
on:
push:
branches:
- main
paths-ignore:
- README.md
- CONTRIBUTING.md
- MAINTAINERS.md
- LICENSE
- NOTICE
tags:
- 'v[0-9]+.[0-9]+.[0-9]+'
pull_request:
workflow_dispatch:
jobs:
ci:
uses: xmidt-org/shared-go/.github/workflows/ci.yml@33b596dc3a1571e86a3b27f48ffe1c3c0864a574 # v4.5.1
with:
release-type: program
release-main-package: ./cmd/xmidt-agent
release-custom-file: true
release-docker: true
yaml-lint-skip: false
secrets: inherit