act runner release 0.4.0 (#1)
Build and provide rpm of the Gitea act_runner / Start build on COPR (f44) (release) Successful in 2m38s
Build and provide rpm of the Gitea act_runner / Start build on COPR (rawhide) (release) Successful in 2m51s

Reviewed-on: demus/gitea-act-runner-rpm#1
Co-authored-by: Daniel Demus <daniel@demus.dk>
Co-committed-by: Daniel Demus <daniel@demus.dk>
This commit was merged in pull request #1.
This commit is contained in:
2026-04-17 23:20:32 +02:00
committed by demus
parent 64ca573d32
commit 96ce6ed37e
6 changed files with 5 additions and 22 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ on:
type: choice
description: "Choose a fedora release"
required: true
options: [ f43, f44, rawhide ]
options: [ f44, rawhide ]
coprproject:
type: choice
description: "Which repo"
+1 -1
View File
@@ -6,7 +6,7 @@ jobs:
name: "Start build on COPR"
strategy:
matrix:
fedoraversion: [ f43, f44, rawhide ]
fedoraversion: [ f44, rawhide ]
runs-on: ${{ matrix.fedoraversion }}-minimal-copr
steps:
- name: Check out repository code
+1 -1
View File
@@ -7,7 +7,7 @@ on:
type: choice
description: "Choose a label"
required: true
options: [ f43, f44, rawhide ]
options: [ f44, rawhide ]
jobs:
rpmbuild:
name: "Run rpmbuild"
+1 -1
View File
@@ -6,7 +6,7 @@ jobs:
name: "Run rpmbuild"
strategy:
matrix:
rpmbuilder: [ f43, f44, rawhide ]
rpmbuilder: [ f44, rawhide ]
runs-on: ${{ matrix.rpmbuilder }}-minimal-rpmbuild
steps:
- name: Check out repository code
+1 -6
View File
@@ -15,7 +15,7 @@ A runner for Gitea based on act.}
%global goipath gitea.com/gitea/act_runner
Name: gitea-act-runner
Version: 0.3.1
Version: 0.4.0
Release: %autorelease
Summary: A runner for Gitea based on act.
@@ -35,12 +35,7 @@ Source7: %{name}-sysusers.conf
Source8: %{name}-tmpfiles.conf
Source9: act_runner-register.sh
%if 0%{?fedora} && 0%{?fedora} < 44
Patch0: go-version.patch
BuildRequires: go >= 1.25
%else
BuildRequires: go >= 1.26
%endif
BuildRequires: go-rpm-macros
BuildRequires: git-core
-12
View File
@@ -1,12 +0,0 @@
diff --git a/go.mod b/go.mod
index 02eaf38..b1b8a5a 100644
--- a/go.mod
+++ b/go.mod
@@ -1,6 +1,6 @@
module gitea.com/gitea/act_runner
-go 1.26.0
+go 1.25.0
require (
code.gitea.io/actions-proto-go v0.4.1