From d621e840ba78113a179277237b06802bbb6e33ab Mon Sep 17 00:00:00 2001 From: lucio Date: Thu, 22 Feb 2024 12:04:53 +0100 Subject: [PATCH] moved to maven parent 1.2.0 --- DockerInfo.txt | 6 +++++- pom.xml | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/DockerInfo.txt b/DockerInfo.txt index a74c1c4..4210bdc 100644 --- a/DockerInfo.txt +++ b/DockerInfo.txt @@ -1 +1,5 @@ -docker build -t smartgears-distribution:4.0.0-SNAPSHOT-java11-tomcat9 . \ No newline at end of file +for current platform: +docker build -t smartgears-distribution:4.0.0-SNAPSHOT-java11-tomcat9 . + +for multiple platforms: +docker build -t smartgears-distribution:4.0.0-SNAPSHOT-java11-tomcat9 --platform=linux/amd64,linux/arm64,linux/arm/v7 . \ No newline at end of file diff --git a/pom.xml b/pom.xml index 7154d8f..031e522 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ maven-parent org.gcube.tools - 1.1.0 + 1.2.0 org.gcube.distribution smartgears-distribution