[release] include entrypoint script in client docker image

This commit is contained in:
mlsmaycon
2026-06-16 09:32:37 +02:00
parent 74edfbcc0c
commit b51e03e8d0

View File

@@ -236,6 +236,8 @@ dockers_v2:
- "v{{ .Version }}"
- "{{ if eq .Env.SKIP_PUBLISH \"false\" }}latest{{ end }}"
dockerfile: client/Dockerfile
extra_files:
- client/netbird-entrypoint.sh
platforms:
- linux/amd64
- linux/arm64