Skip to content

fix: goreleaser issues #59

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
# Setup tinygo
- uses: acifani/setup-tinygo@v2
with:
tinygo-version: '0.33.0'
tinygo-version: '0.37.0'

# Setup docker buildx
- name: Set up QEMU
Expand Down
8 changes: 4 additions & 4 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,9 @@ dockers:
- agent
- bladectl
image_templates:
- ghcr.io/github.com/uptime-industries/compute-blade-agent:latest
- ghcr.io/github.com/uptime-industries/compute-blade-agent:{{ .Tag }}
- ghcr.io/github.com/uptime-industries/compute-blade-agent:v{{ .Major }}
- ghcr.io/uptime-industries/compute-blade-agent:latest
- ghcr.io/uptime-industries/compute-blade-agent:{{ .Tag }}
- ghcr.io/uptime-industries/compute-blade-agent:v{{ .Major }}
build_flag_templates:
- "--label=org.opencontainers.image.created={{.Date}}"
- "--label=org.opencontainers.image.title={{.ProjectName}}"
Expand Down Expand Up @@ -79,7 +79,7 @@ nfpms:
- id: compute-blade-agent
maintainer: Matthias Riegler <me@xvzf.tech>
description: compute-blade Agent
homepage: https://github.com/github.com/uptime-industries/compute-blade-agent
homepage: https://github.com/uptime-industries/compute-blade-agent
license: Apache 2.0
formats:
- deb
Expand Down