Compare commits
5 commits
0.0.1-1
...
debian/sid
Author | SHA1 | Date | |
---|---|---|---|
|
a71daf6de1 | ||
|
30d42a1513 | ||
|
8aae9e8cb4 | ||
|
c3317f500e | ||
|
1766a1c4db |
2 changed files with 16 additions and 12 deletions
|
@ -29,24 +29,14 @@ stages:
|
|||
- build/debug/*
|
||||
untracked: true
|
||||
|
||||
build:x86_64:
|
||||
build:
|
||||
<<: *compile
|
||||
stage: build
|
||||
tags:
|
||||
- x86_64
|
||||
|
||||
build:aarch64:
|
||||
<<: *compile
|
||||
stage: build
|
||||
tags:
|
||||
- aarch64
|
||||
|
||||
upload:
|
||||
stage: upload
|
||||
dependencies:
|
||||
dependencies:
|
||||
- build:x86_64
|
||||
- build:aarch64
|
||||
- build
|
||||
only:
|
||||
- tags
|
||||
script:
|
||||
|
@ -73,3 +63,5 @@ release:
|
|||
- echo "making release!"
|
||||
- echo ${ASSETS_ARG}
|
||||
- release-cli create --name "Release ${CI_COMMIT_TAG}" --tag-name "${CI_COMMIT_TAG}" ${ASSETS_ARG}
|
||||
tags:
|
||||
- x86_64
|
||||
|
|
12
debian/changelog
vendored
12
debian/changelog
vendored
|
@ -1,3 +1,15 @@
|
|||
golang-github-lack-gowaybarplug (0.0.1-3) unstable; urgency=medium
|
||||
|
||||
* revert meta changes
|
||||
|
||||
-- Penelope Gwen <support@pogmom.me> Tue, 11 Jun 2024 16:51:04 -0600
|
||||
|
||||
golang-github-lack-gowaybarplug (0.0.1-2) unstable; urgency=medium
|
||||
|
||||
* change packaging meta
|
||||
|
||||
-- Penelope Gwen <support@pogmom.me> Tue, 11 Jun 2024 16:12:08 -0600
|
||||
|
||||
golang-github-lack-gowaybarplug (0.0.1-1) unstable; urgency=medium
|
||||
|
||||
* Initial debian package
|
||||
|
|
Reference in a new issue