Compare commits

...

3 commits

Author SHA1 Message Date
Penelope Gwen
a71daf6de1 update runner 2024-06-11 16:55:15 -06:00
Penelope Gwen
30d42a1513 revert meta changes 2024-06-11 16:51:18 -06:00
Penelope Gwen
8aae9e8cb4 revert meta changes 2024-06-11 16:50:33 -06:00
3 changed files with 10 additions and 14 deletions

View file

@ -29,24 +29,14 @@ stages:
- build/debug/* - build/debug/*
untracked: true untracked: true
build:x86_64: build:
<<: *compile <<: *compile
stage: build stage: build
tags:
- x86_64
build:aarch64:
<<: *compile
stage: build
tags:
- aarch64
upload: upload:
stage: upload stage: upload
dependencies: dependencies:
dependencies: - build
- build:x86_64
- build:aarch64
only: only:
- tags - tags
script: script:

8
debian/changelog vendored
View file

@ -1,4 +1,10 @@
golang-github-lack-gowaybarplug (0.0.1-2) UNRELEASED; urgency=medium 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 * change packaging meta

2
debian/control vendored
View file

@ -15,7 +15,7 @@ Homepage: https://git.pogmom.me/pogmommy/gowaybarplug
XS-Go-Import-Path: github.com/lack/gowaybarplug XS-Go-Import-Path: github.com/lack/gowaybarplug
Package: golang-github-lack-gowaybarplug-dev Package: golang-github-lack-gowaybarplug-dev
Architecture: any Architecture: all
Multi-Arch: foreign Multi-Arch: foreign
Depends: golang-github-stretchr-testify-dev, Depends: golang-github-stretchr-testify-dev,
golang-github-xorcare-pointer-dev, golang-github-xorcare-pointer-dev,