Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 3 additions & 8 deletions .github/workflows/rpm-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,10 @@ jobs:
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}

- name: Creating mock gpg directory
- name: Creating gpg directory
run: mkdir -p ~/.gnupg

- name: Pull Container Images
- name: Building RPMS
run: |
sudo ln -sf /usr/bin/podman /usr/bin/docker
podman pull ghcr.io/cloudox-org/cloudox-rpm-builder-test-alma:8
podman pull ghcr.io/cloudox-org/cloudox-rpm-builder-test-alma:9
podman pull ghcr.io/cloudox-org/cloudox-rpm-builder-test-alma:10

- name: Building RPMS
run: make all
make all
4 changes: 1 addition & 3 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
.PHONY: all build clean

VERSION ?= 10
PACKAGE = prometheus3
REGISTRY = ghcr.io/cloudox-org/cloudox-rpm-builder-test-alma
IMAGE = ${REGISTRY}:${VERSION}
IMAGE = ghcr.io/cloudox-org/cloudox-rpm-builder-alma:${VERSION}
OUT_DIR = el${VERSION}

all:
Expand Down
Loading