build docker image for multi arch
Some checks failed
mapguesser/pipeline/pr-develop There was a failure building this commit
Some checks failed
mapguesser/pipeline/pr-develop There was a failure building this commit
This commit is contained in:
parent
fc6141e2b9
commit
c918d95a4a
1
Jenkinsfile
vendored
1
Jenkinsfile
vendored
@ -71,6 +71,7 @@ pipeline {
|
|||||||
def imageUrl = "git.esoko.eu/esoko/mapguesser:${version}"
|
def imageUrl = "git.esoko.eu/esoko/mapguesser:${version}"
|
||||||
|
|
||||||
sh script: """docker buildx build \
|
sh script: """docker buildx build \
|
||||||
|
--platform linux/amd64,linux/arm64 \
|
||||||
-t ${imageUrl} \
|
-t ${imageUrl} \
|
||||||
-f docker/Dockerfile \
|
-f docker/Dockerfile \
|
||||||
--target mapg_release \
|
--target mapg_release \
|
||||||
|
Loading…
Reference in New Issue
Block a user