Skip to content

Commit

Permalink
Added the Dockers
Browse files Browse the repository at this point in the history
  • Loading branch information
clarkmcc committed Nov 24, 2023
1 parent ecae143 commit 85c8f90
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,6 @@ builds:
- linux_amd64
- linux_arm64
- linux_arm_5
- id: cloudcore-server
main: ./cmd/cloudcore-server
binary: cloudcore
ldflags:
- -s -w -X github.com/clarkmcc/cloudcore/pkg/version.Version={{.Version}} -X github.com/clarkmcc/cloudcore/pkg/version.Hash={{.Commit}}
env:
- CGO_ENABLED=0
targets:
- linux_amd64
nfpms:
- id: cloudcored-linux
package_name: cloudcored
Expand All @@ -45,8 +36,6 @@ dockers:
- id: cloudcore-server
goos: linux
goarch: amd64
ids:
- cloudcore-server
dockerfile: ./cmd/cloudcore-server/Dockerfile

report_sizes: true

0 comments on commit 85c8f90

Please sign in to comment.