mirror of
https://github.com/n8n-io/n8n.git
synced 2025-01-11 12:57:29 -08:00
ci: 💚 fixes task runner platform target
This commit is contained in:
parent
3cc6048501
commit
594110f10c
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue