summaryrefslogtreecommitdiff
path: root/.drone.yml
diff options
context:
space:
mode:
authorLibravatar tobi <31960611+tsmethurst@users.noreply.github.com>2025-02-06 16:23:30 +0100
committerLibravatar GitHub <noreply@github.com>2025-02-06 16:23:30 +0100
commit00bd0f7658842acdc7970d42c0d4a9a1cfb14dcd (patch)
tree56c476b8b1321b2d6962cb3536a65ec82d1fddf8 /.drone.yml
parenttemporary fix for tetratelabs/wazero#2365 armv8 compiler support bug (#3741) (diff)
downloadgotosocial-00bd0f7658842acdc7970d42c0d4a9a1cfb14dcd.tar.xz
[chore] Update drone + goreleaser (#3742)v0.18.0-rc1
Diffstat (limited to '.drone.yml')
-rw-r--r--.drone.yml21
1 files changed, 8 insertions, 13 deletions
diff --git a/.drone.yml b/.drone.yml
index cd56a9603..87038bdd2 100644
--- a/.drone.yml
+++ b/.drone.yml
@@ -94,7 +94,7 @@ steps:
- pull_request
- name: snapshot
- image: superseriousbusiness/gotosocial-drone-build:0.7.0 # https://github.com/superseriousbusiness/gotosocial-drone-build
+ image: superseriousbusiness/gotosocial-drone-build:0.8.0 # https://github.com/superseriousbusiness/gotosocial-drone-build
volumes:
- name: go-build-cache
path: /root/.cache/go-build
@@ -117,18 +117,13 @@ steps:
# Login to Docker, push Docker image snapshots + manifests.
- /go/dockerlogin.sh
- - docker push superseriousbusiness/gotosocial:snapshot-armv6
- - docker push superseriousbusiness/gotosocial:snapshot-armv7
- docker push superseriousbusiness/gotosocial:snapshot-arm64v8
- docker push superseriousbusiness/gotosocial:snapshot-amd64
- - docker manifest create superseriousbusiness/gotosocial:snapshot superseriousbusiness/gotosocial:snapshot-armv6 superseriousbusiness/gotosocial:snapshot-armv7 superseriousbusiness/gotosocial:snapshot-amd64 superseriousbusiness/gotosocial:snapshot-arm64v8
+ - |
+ docker manifest create superseriousbusiness/gotosocial:snapshot \
+ superseriousbusiness/gotosocial:snapshot-amd64 \
+ superseriousbusiness/gotosocial:snapshot-arm64v8
- docker manifest push superseriousbusiness/gotosocial:snapshot
- - docker push superseriousbusiness/gotosocial:snapshot-armv6-moderncsqlite
- - docker push superseriousbusiness/gotosocial:snapshot-armv7-moderncsqlite
- - docker push superseriousbusiness/gotosocial:snapshot-arm64v8-moderncsqlite
- - docker push superseriousbusiness/gotosocial:snapshot-amd64-moderncsqlite
- - docker manifest create superseriousbusiness/gotosocial:snapshot-moderncsqlite superseriousbusiness/gotosocial:snapshot-armv6-moderncsqlite superseriousbusiness/gotosocial:snapshot-armv7-moderncsqlite superseriousbusiness/gotosocial:snapshot-amd64-moderncsqlite superseriousbusiness/gotosocial:snapshot-arm64v8-moderncsqlite
- - docker manifest push superseriousbusiness/gotosocial:snapshot-moderncsqlite
# Publish binary .tar.gz snapshots to S3.
- /go/snapshot_publish.sh
@@ -141,7 +136,7 @@ steps:
- main
- name: release
- image: superseriousbusiness/gotosocial-drone-build:0.7.0 # https://github.com/superseriousbusiness/gotosocial-drone-build
+ image: superseriousbusiness/gotosocial-drone-build:0.8.0 # https://github.com/superseriousbusiness/gotosocial-drone-build
volumes:
- name: go-build-cache
path: /root/.cache/go-build
@@ -210,7 +205,7 @@ clone:
steps:
- name: mirror
- image: superseriousbusiness/gotosocial-drone-build:0.7.0
+ image: superseriousbusiness/gotosocial-drone-build:0.8.0
environment:
ORIGIN_REPO: https://github.com/superseriousbusiness/gotosocial
TARGET_REPO: https://codeberg.org/superseriousbusiness/gotosocial
@@ -223,6 +218,6 @@ steps:
---
kind: signature
-hmac: c79f1c3b16db8da7e3b01b960021a583ec81069aff8afd4425f049dd140f0620
+hmac: 64ce0d466c7a48b6aa24a8836cfad7eae71faeae0b2e5342beb6428233a65eee
...