add targetarch arg

This commit is contained in:
Jan Böhmer 2026-02-16 12:15:12 +01:00
parent a222939aa6
commit c8b5bb12d6
2 changed files with 2 additions and 0 deletions

View file

@ -2,6 +2,7 @@
ARG BASE_IMAGE=debian:bookworm-slim
ARG PHP_VERSION=8.4
ARG NODE_VERSION=22
ARG TARGETARCH
# Node.js build stage for building frontend assets
# Use native platform for build stage as it's platform-independent

View file

@ -1,4 +1,5 @@
ARG NODE_VERSION=22
ARG TARGETARCH
# Node.js build stage for building frontend assets
# Use native platform for build stage as it's platform-independent