Skip to content

Commit

Permalink
Merge pull request #233 from kongfei605/docker_image
Browse files Browse the repository at this point in the history
release archives without oracle plugin
  • Loading branch information
kongfei605 authored Nov 5, 2022
2 parents f5d85e9 + 031af88 commit 43e004f
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 @@ -67,6 +67,17 @@ archives:
- id: categraf
builds:
- linux-amd64-cgo
format: tar.gz
format_overrides:
- goos: windows
format: zip
name_template: "{{ .ProjectName }}-v{{ .Version }}-{{ .Os }}-{{ .Arch }}-with-oracle-plugin"
wrap_in_directory: true
files:
- conf/*
- id: categraf-common
builds:
- linux-amd64
- linux-arm64
- windows
format: tar.gz
Expand Down Expand Up @@ -94,6 +105,7 @@ dockers:
dockerfile: docker/Dockerfile.goreleaser
extra_files:
- docker/entrypoint.sh
- docker/nsswitch.conf
- conf/config.toml
- conf/logs.toml
- conf/input.cpu/cpu.toml
Expand Down Expand Up @@ -122,6 +134,7 @@ dockers:
dockerfile: docker/Dockerfile.goreleaser
extra_files:
- docker/entrypoint.sh
- docker/nsswitch.conf
- conf/config.toml
- conf/logs.toml
- conf/input.cpu/cpu.toml
Expand Down

0 comments on commit 43e004f

Please sign in to comment.