Skip to content

Commit 1d1e09f

Browse files
committed
Testing multiarch again.
1 parent 5facb57 commit 1d1e09f

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

Jenkinsfile

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,10 +62,9 @@ pipeline {
6262
--build-arg BUILD_DATE_ARG=${BUILD_DATE} \
6363
--build-arg HS_VERSION_ARG=${HS_VERSION} \
6464
--label \"GIT_COMMIT=${env.GIT_COMMIT}\" \
65-
--platform linux/amd64 \
65+
--platform linux/amd64,linux/arm64,linux/arm/v7,linux/arm/v6 \
6666
--push
67-
""" // ,linux/arm64,linux/arm/v7,linux/arm/v6
68-
//
67+
"""
6968
} else { // If I'm just testing, I don't need to build for ARM
7069
sh """
7170
docker buildx build . \

0 commit comments

Comments
 (0)