Skip to content
This repository has been archived by the owner on Mar 16, 2024. It is now read-only.

Commit

Permalink
Missing file reference in goreleaser
Browse files Browse the repository at this point in the history
Signed-off-by: Darren Shepherd <[email protected]>
  • Loading branch information
ibuildthecloud committed Jan 15, 2024
1 parent 00d8740 commit 626278e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,7 @@ dockers:
- scripts/setup-binfmt
- scripts/acorn-busybox-init
- scripts/40-copy-resolv-nameserver.sh
- scripts/k3s-config.yaml

docker_manifests:
- use: docker
Expand Down
1 change: 1 addition & 0 deletions pkg/cli/local_server.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ func NewLocalServer(c CommandContext) *cobra.Command {
cmd := cli.Command(&Server{}, cobra.Command{
SilenceUsage: true,
Short: "Run local development server",
Hidden: true,
})
return cmd
}
Expand Down

0 comments on commit 626278e

Please sign in to comment.