fix: rpm bundling and rpm key import

This commit is contained in:
João "Pisco" Fernandes
2026-01-19 13:50:51 +00:00
parent a29afd842e
commit b4f675c082
10 changed files with 21 additions and 7 deletions

View File

@@ -1,4 +1,5 @@
#!/bin/bash
set -e -u -o pipefail
VERSION=$(git describe --tags --always --match "[0-9][0-9][0-9][0-9].*.*")
echo $VERSION

View File

@@ -1,4 +1,5 @@
#!/bin/bash
set -e -u -o pipefail
# Check if architecture argument is provided
if [ $# -eq 0 ]; then