Skip to content

Commit

Permalink
build: add docker image build
Browse files Browse the repository at this point in the history
  • Loading branch information
thde committed Sep 25, 2024
1 parent 431589e commit c9df868
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -125,4 +125,17 @@ publishers:
dir: "{{ dir .ArtifactPath }}"
cmd: curl -F package=@{{ .ArtifactName }} https://{{ .Env.FURY_TOKEN }}@push.fury.io/ninedev/

env:
- KO_DOCKER_REPO=ghcr.io/{{ .Env.GITHUB_REPOSITORY }}
kos:
- base_image: alpine
bare: true
platforms:
- linux/amd64
- linux/arm64
tags:
- latest
- "{{.Tag}}"
creation_time: "{{.CommitTimestamp}}"

# yaml-language-server: $schema=https://goreleaser.com/static/schema.json

0 comments on commit c9df868

Please sign in to comment.