8a3a585f8c
ci/woodpecker/push/deploy-fedora43 Pipeline was successful
ci/woodpecker/push/deploy-fedora44 Pipeline was successful
ci/woodpecker/push/deploy-fedora42 Pipeline was successful
ci/woodpecker/push/deploy-almalinux8 Pipeline was successful
ci/woodpecker/push/deploy-almalinux9 Pipeline was successful
Reviewed-on: #164
29 lines
733 B
YAML
29 lines
733 B
YAML
name: consul
|
|
github: hashicorp/consul
|
|
description: Consul is a distributed, highly available, and data center aware solution
|
|
to connect and configure applications across dynamic, distributed infrastructure.
|
|
arch: amd64
|
|
platform: linux
|
|
maintainer: HashiCorp
|
|
homepage: https://github.com/hashicorp/consul
|
|
license: BUSL-1.1
|
|
dist_tag: true
|
|
builds:
|
|
- repository:
|
|
- almalinux/el8
|
|
image: git.unkin.net/unkin/almalinux8-rpmbuilder:latest
|
|
release: 1
|
|
version: 1.22.7
|
|
- repository:
|
|
- almalinux/el9
|
|
image: git.unkin.net/unkin/almalinux9-rpmbuilder:latest
|
|
release: 1
|
|
version: 1.22.7
|
|
- repository:
|
|
- fedora/42
|
|
- fedora/43
|
|
- fedora/44
|
|
image: git.unkin.net/unkin/almalinux9-rpmbuilder:latest
|
|
release: 1
|
|
version: 1.22.7
|