mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2026-05-20 10:21:32 +00:00
add targetarch arg
This commit is contained in:
parent
a222939aa6
commit
c8b5bb12d6
2 changed files with 2 additions and 0 deletions
|
|
@ -2,6 +2,7 @@
|
||||||
ARG BASE_IMAGE=debian:bookworm-slim
|
ARG BASE_IMAGE=debian:bookworm-slim
|
||||||
ARG PHP_VERSION=8.4
|
ARG PHP_VERSION=8.4
|
||||||
ARG NODE_VERSION=22
|
ARG NODE_VERSION=22
|
||||||
|
ARG TARGETARCH
|
||||||
|
|
||||||
# Node.js build stage for building frontend assets
|
# Node.js build stage for building frontend assets
|
||||||
# Use native platform for build stage as it's platform-independent
|
# Use native platform for build stage as it's platform-independent
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,5 @@
|
||||||
ARG NODE_VERSION=22
|
ARG NODE_VERSION=22
|
||||||
|
ARG TARGETARCH
|
||||||
|
|
||||||
# Node.js build stage for building frontend assets
|
# Node.js build stage for building frontend assets
|
||||||
# Use native platform for build stage as it's platform-independent
|
# Use native platform for build stage as it's platform-independent
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue