Fix missing entrypoint.sh

Signed-off-by: Bryan Frimin <bryan@getprobo.com>
This commit is contained in:
Bryan Frimin
2025-10-31 16:10:01 +01:00
parent 74a005ba7f
commit 845c0ccb90

View File

@@ -136,6 +136,8 @@ dockers:
- '--label=org.opencontainers.image.created={{time "2006-01-02T15:04:05Z07:00"}}'
- "--label=org.opencontainers.image.revision={{.FullCommit}}"
- "--label=org.opencontainers.image.licenses=MIT"
extra_files:
- entrypoint.sh
# Use the Docker-specific build with AMD64 filtering
ids:
- probod-docker
@@ -157,6 +159,8 @@ dockers:
- '--label=org.opencontainers.image.created={{time "2006-01-02T15:04:05Z07:00"}}'
- "--label=org.opencontainers.image.revision={{.FullCommit}}"
- "--label=org.opencontainers.image.licenses=MIT"
extra_files:
- entrypoint.sh
# Use the Docker-specific build with ARM64 filtering
ids:
- probod-docker