Skip to content

Commit 8291dc4

Browse files
authored
Merge pull request #46 from daimor/master
2 parents 033f927 + d5a232c commit 8291dc4

File tree

4 files changed

+4
-2
lines changed

4 files changed

+4
-2
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ RUN \
1111
iris session $ISC_PACKAGE_INSTANCENAME -U %SYS < /tmp/iris.script && \
1212
iris stop $ISC_PACKAGE_INSTANCENAME quietly
1313

14-
FROM --platform=$TARGETPLATFORM intersystems/iris-community:2024.1-linux-${BUILDARCH}
14+
FROM --platform=$TARGETPLATFORM intersystems/iris-community:2024.1-linux-${TARGETARCH}
1515

1616
USER root
1717

Dockerfile-amd64

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# syntax = edrevo/dockerfile-plus
2+
ARG IMAGE=containers.intersystems.com/intersystems/iris-community:latest-cd
23

34
INCLUDE+ Dockerfile-phase1
45

Dockerfile-arm64

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# syntax = edrevo/dockerfile-plus
2+
ARG IMAGEARM=containers.intersystems.com/intersystems/iris-community:latest-cd
23

34
INCLUDE+ Dockerfile-phase1
45

Dockerfile-phase1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
ARG IMAGE=intersystems/iris-community:latest-cd
22
ARG DEV=0
3-
FROM $IMAGE
3+
FROM --platform=${BUILDPLATFORM} $IMAGE
44

55
ARG IPM_INSTALLER=https://pm.community.intersystems.com/packages/zpm/latest/installer
66

0 commit comments

Comments
 (0)