Skip to content

Commit

Permalink
ARG BUILDPLATFORM=linux/amd64
Browse files Browse the repository at this point in the history
ARG TARGETPLATFORM
  • Loading branch information
sam#gemmi-win10 committed Oct 17, 2023
1 parent f8d1cfc commit 9244995
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ubt-core/src/gcc/static/Dockerfile.xx
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@

ARG BUILDPLATFORM=linux/amd64
ARG TARGETPLATFORM
FROM --platform=$BUILDPLATFORM registry.cn-shenzhen.aliyuncs.com/infrasync/tonistiigi-xx AS xx

ARG BUILDPLATFORM=linux/amd64
ARG TARGETPLATFORM
FROM --platform=$BUILDPLATFORM registry.cn-shenzhen.aliyuncs.com/infrasync/alpine:3.15 AS upx
COPY --from=xx / /

Expand Down

0 comments on commit 9244995

Please sign in to comment.