File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 3232 uses : docker/build-push-action@v6
3333 with :
3434 context : .
35- platforms : linux/amd64
35+ platforms : linux/amd64,linux/arm64
3636 build-args : |
3737 ROUTE_ROOT_PATH=${{ inputs.path }}
3838 CONTEXT_PATH=${{ inputs.path }}
Original file line number Diff line number Diff line change 1- FROM buildpack-deps:bullseye-scm AS source
1+ FROM --platform=$BUILDPLATFORM buildpack-deps:bullseye-scm AS source
22
33WORKDIR /usr/src
44
55RUN git clone --depth 1 https://github.com/ReaJason/MemShellParty.git . && \
66 rm -rf vul integration-test tools
77
88# https://hub.docker.com/r/oven/bun
9- FROM oven/bun:1.2.19 AS frontend
9+ FROM --platform=$BUILDPLATFORM oven/bun:1.2.19 AS frontend
1010
1111ARG ROUTE_ROOT_PATH="/"
1212ARG CONTEXT_PATH=""
@@ -25,7 +25,7 @@ COPY --from=source /usr/src/web /usr/src/web
2525RUN bun run build
2626
2727# https://hub.docker.com/_/eclipse-temurin/tags?name=17.
28- FROM eclipse-temurin:17.0.15_6-jdk-noble AS backend
28+ FROM --platform=$BUILDPLATFORM eclipse-temurin:17.0.15_6-jdk-noble AS backend
2929
3030WORKDIR /usr/src
3131
You can’t perform that action at this time.
0 commit comments