Private
Public Access
1
0

[core] rpm release ci workflow
Some checks failed
Core RPM Release / build-core-rpm-release (push) Failing after 5m45s

This commit is contained in:
2026-04-12 18:27:05 -07:00
parent 4ab4dc8f16
commit 65f9222d79
2 changed files with 202 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
FROM fedora:40
FROM fedora:43
RUN dnf update -y && \
dnf install -y \
@@ -23,4 +23,3 @@ WORKDIR /workspace
COPY . .
CMD ["make", "rpm"]