Skip to content

Commit

Permalink
build-all-binaries
Browse files Browse the repository at this point in the history
  • Loading branch information
oliver006 committed Sep 9, 2024
1 parent b8d28af commit cd1a228
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -353,6 +353,22 @@ steps:
- manifest-quay-tag


# this builds the binaries that get uploaded to GH for a release
# docker binaries are build in docker itself via multi-stage Docker files
- name: build-all-binaries
image: golang:1.23
pull: if-not-exists
environment:
GO111MODULE: on
LOG_LEVEL: "info"
commands:
- make build-all-binaries
when:
event:
- tag
depends_on:
- start

- name: release-github-binaries
image: golang:1.23
pull: if-not-exists
Expand Down

0 comments on commit cd1a228

Please sign in to comment.