Compare commits
No commits in common. "37bd69b675bb0998598ae1b0cddb4e011f7f289e" and "62942540b5280e456431a5fb1c6cad478e033ac5" have entirely different histories.
37bd69b675
...
62942540b5
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
@ -19,9 +19,9 @@ jobs:
|
||||
with:
|
||||
fetch-depth: 0
|
||||
- run: git fetch --force --tags
|
||||
- uses: actions/setup-go@v4
|
||||
- uses: actions/setup-go@v3
|
||||
with:
|
||||
go-version: '1.20'
|
||||
go-version: '==1.19.5'
|
||||
cache: true
|
||||
# More assembly might be required: Docker logins, GPG, etc. It all depends
|
||||
# on your needs.
|
||||
|
@ -5,7 +5,6 @@ before:
|
||||
builds:
|
||||
- env:
|
||||
- CGO_ENABLED=0
|
||||
- GOPROXY=https://goproxy.io
|
||||
goos:
|
||||
- freebsd
|
||||
- linux
|
||||
|
@ -1,4 +1,4 @@
|
||||
pipeline:
|
||||
steps:
|
||||
release:
|
||||
image: goreleaser/goreleaser
|
||||
commands:
|
||||
|
@ -1,4 +1,4 @@
|
||||
pipeline:
|
||||
steps:
|
||||
build:
|
||||
image: klakegg/hugo:ext-debian-ci
|
||||
commands:
|
||||
|
@ -6,4 +6,5 @@ weight: 5
|
||||
The repo mirrors are:
|
||||
|
||||
* [https://git.andrewnw.xyz/CyberShell/backy](https://git.andrewnw.xyz/CyberShell/backy)
|
||||
* [https://git.vern.cc/cybershell/backy](https://git.vern.cc/cybershell/backy)
|
||||
* [https://github.com/CybersShell/backy](https://github.com/CybersShell/backy)
|
Loading…
Reference in New Issue
Block a user