diff --git a/Jenkinsfile b/Jenkinsfile index cde5781..416a6fd 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -36,7 +36,7 @@ node { } stage('Build multiarch image') { sh """ - docker buildx build -t reg.greinet.com/agreiner/advancedmqttbridge:latest --platform linux/amd64,linux/arm64,linux/ppc64le --push . + docker buildx build -t reg.greinet.com/agreiner/advancedmqttbridge:latest --platform linux/amd64,linux/arm64 --push . """ } } \ No newline at end of file