Compare commits
4 commits
7a53b8e7a9
...
781d2ec2ae
Author | SHA1 | Date | |
---|---|---|---|
![]() |
781d2ec2ae | ||
![]() |
27323493c5 | ||
8546c3b969 | |||
fca1fe2b7b |
3 changed files with 20 additions and 21 deletions
|
@ -19,26 +19,6 @@ steps:
|
||||||
commands:
|
commands:
|
||||||
- go build -a -installsuffix cgo -ldflags=" -X $I_PACKAGE.CI_COMMIT_SHA=$CI_COMMIT_SHA -X $I_PACKAGE.CI_COMMIT_BRANCH=$CI_COMMIT_BRANCH -X $I_PACKAGE.CI_COMMIT_TAG=$CI_COMMIT_TAG" -o app-arm64 .
|
- go build -a -installsuffix cgo -ldflags=" -X $I_PACKAGE.CI_COMMIT_SHA=$CI_COMMIT_SHA -X $I_PACKAGE.CI_COMMIT_BRANCH=$CI_COMMIT_BRANCH -X $I_PACKAGE.CI_COMMIT_TAG=$CI_COMMIT_TAG" -o app-arm64 .
|
||||||
|
|
||||||
- name: test/build-docker/linux-amd64
|
|
||||||
image: woodpeckerci/plugin-docker-buildx:5.2.2
|
|
||||||
settings:
|
|
||||||
platforms: linux/amd64
|
|
||||||
dry-run: true
|
|
||||||
repo: git.hackmi.ch/phil/goshorly
|
|
||||||
registry: git.hackmi.ch
|
|
||||||
depends_on:
|
|
||||||
- test/build-binary/linux-amd64
|
|
||||||
|
|
||||||
- name: test/build-docker/linux-arm64
|
|
||||||
image: woodpeckerci/plugin-docker-buildx:5.2.2
|
|
||||||
settings:
|
|
||||||
platforms: linux/arm64
|
|
||||||
dry-run: true
|
|
||||||
repo: git.hackmi.ch/phil/goshorly
|
|
||||||
registry: git.hackmi.ch
|
|
||||||
depends_on:
|
|
||||||
- test/build-binary/linux-arm64
|
|
||||||
|
|
||||||
when:
|
when:
|
||||||
- event: [push, cron]
|
- event: [push, cron]
|
||||||
branch: [main, develop]
|
branch: [main, develop]
|
||||||
|
|
|
@ -34,6 +34,15 @@ steps:
|
||||||
- prod/build-binary/linux-amd64
|
- prod/build-binary/linux-amd64
|
||||||
- prod/build-binary/linux-arm64
|
- prod/build-binary/linux-arm64
|
||||||
|
|
||||||
|
- name: prod/release/binary
|
||||||
|
image: woodpeckerci/plugin-release:0.2
|
||||||
|
settings:
|
||||||
|
files:
|
||||||
|
- 'app-linux-amd64'
|
||||||
|
- 'app-linux-arm64'
|
||||||
|
api_key:
|
||||||
|
from_secret: release_token
|
||||||
|
|
||||||
when:
|
when:
|
||||||
- event: tag
|
- event: tag
|
||||||
|
|
||||||
|
|
10
CHANGELOG.md
10
CHANGELOG.md
|
@ -1,5 +1,15 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## [1.0.1](https://git.hackmi.ch/Phil/goshorly/releases/tag/v1.0.1) - 2025-04-07
|
||||||
|
|
||||||
|
### ❤️ Thanks to all contributors! ❤️
|
||||||
|
|
||||||
|
@Phil
|
||||||
|
|
||||||
|
### Misc
|
||||||
|
|
||||||
|
- [CI] Upload version binary to forgejo release [[#13](https://git.hackmi.ch/Phil/goshorly/pulls/13)]
|
||||||
|
|
||||||
## [1.0.0](https://git.hackmi.ch/Phil/goshorly/releases/tag/v1.0.0) - 2025-04-07
|
## [1.0.0](https://git.hackmi.ch/Phil/goshorly/releases/tag/v1.0.0) - 2025-04-07
|
||||||
|
|
||||||
### ❤️ Thanks to all contributors! ❤️
|
### ❤️ Thanks to all contributors! ❤️
|
||||||
|
|
Loading…
Add table
Reference in a new issue