mirror of
https://gitea.com/gitea/act_runner.git
synced 2025-12-16 19:14:46 +00:00
Compare commits
2 Commits
b498341857
...
eef3c32eb2
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
eef3c32eb2 | ||
|
|
c40b651873 |
@@ -106,5 +106,10 @@ gitea_urls:
|
|||||||
api: https://gitea.com/api/v1
|
api: https://gitea.com/api/v1
|
||||||
download: https://gitea.com
|
download: https://gitea.com
|
||||||
|
|
||||||
|
release:
|
||||||
|
extra_files:
|
||||||
|
- glob: ./**.xz
|
||||||
|
- glob: ./**.xz.sha256
|
||||||
|
|
||||||
# yaml-language-server: $schema=https://goreleaser.com/static/schema-pro.json
|
# yaml-language-server: $schema=https://goreleaser.com/static/schema-pro.json
|
||||||
# vim: set ts=2 sw=2 tw=0 fo=cnqoj
|
# vim: set ts=2 sw=2 tw=0 fo=cnqoj
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
FROM golang:1.20-alpine3.17 as builder
|
FROM golang:1.20-alpine3.17 as builder
|
||||||
RUN apk add --no-cache make=4.3-r1 git=2.38.5-r0
|
RUN apk add --no-cache make=4.3-r1
|
||||||
|
|
||||||
COPY . /opt/src/act_runner
|
COPY . /opt/src/act_runner
|
||||||
WORKDIR /opt/src/act_runner
|
WORKDIR /opt/src/act_runner
|
||||||
|
|||||||
@@ -10,7 +10,7 @@ Docker Engine Community version is required for docker mode. To install Docker C
|
|||||||
|
|
||||||
### Download pre-built binary
|
### Download pre-built binary
|
||||||
|
|
||||||
Visit https://dl.gitea.com/act_runner/ and download the right version for your platform.
|
Visit [here](https://dl.gitea.com/act_runner/) and download the right version for your platform.
|
||||||
|
|
||||||
### Build from source
|
### Build from source
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user