chore: remove docker-entrypoint.sh from goreleaser configuration

This commit is contained in:
Abhinav Raut
2025-02-23 12:43:14 +05:30
parent cc38d8825d
commit 501027a0b2
-4
View File
@@ -91,7 +91,6 @@ dockers:
dockerfile: Dockerfile
extra_files:
- config.toml.sample
- docker-entrypoint.sh
- use: buildx
goos: linux
goarch: arm64
@@ -115,7 +114,6 @@ dockers:
dockerfile: Dockerfile
extra_files:
- config.toml.sample
- docker-entrypoint.sh
- use: buildx
goos: linux
goarch: arm
@@ -140,7 +138,6 @@ dockers:
dockerfile: Dockerfile
extra_files:
- config.toml.sample
- docker-entrypoint.sh
- use: buildx
goos: linux
goarch: arm
@@ -165,7 +162,6 @@ dockers:
dockerfile: Dockerfile
extra_files:
- config.toml.sample
- docker-entrypoint.sh
docker_manifests:
- name_template: "{{ .Env.DOCKER_ORG }}/{{ .ProjectName }}:latest"