ci: 💚 fixes task runner platform target

This commit is contained in:
Tristan Robert 2025-01-08 17:18:06 +01:00
parent 3cc6048501
commit 594110f10c

View file

@ -32,7 +32,7 @@ COPY --from=builder /compiled /usr/local/lib/node_modules/n8n
COPY docker/images/n8n/docker-entrypoint.sh /
# Setup the Task Runner Launcher
ARG TARGETPLATFORM
ARG TARGETPLATFORM="linux/amd64"
ARG LAUNCHER_VERSION=1.1.0
COPY docker/images/n8n/n8n-task-runners.json /etc/n8n-task-runners.json
# Download, verify, then extract the launcher binary