act runner release 0.4.0 (#1)
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:
@@ -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"
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
Reference in New Issue
Block a user