Skip to content

Commit

Permalink
Merge pull request #6 from OpenCHAMI/alexlovelltroy-patch-1
Browse files Browse the repository at this point in the history
Update project name to match the container that will be built
  • Loading branch information
alexlovelltroy authored May 7, 2024
2 parents 1b72de6 + 88eafda commit 73bd9c5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
# This is an example .goreleaser.yml file with some sensible defaults.
# Make sure to check the documentation at https://goreleaser.com

project_name: cloud-init-server
project_name: cloud-init
before:
hooks:
# You may remove this if you don't use go modules.
- go mod tidy

builds:
- id: cloud-init-server
- id: cloud-init
main: ./cmd/cloud-init-server
binary: cloud-init-server
goos:
Expand Down

0 comments on commit 73bd9c5

Please sign in to comment.