diff --git a/Jenkinsfile b/Jenkinsfile deleted file mode 100644 index cc8a48e..0000000 --- a/Jenkinsfile +++ /dev/null @@ -1,15 +0,0 @@ -node { - environment{ - IMAGENAME = "agreiner/advancedmqttbridge" - DOCKER_CLI_EXPERIMENTAL=enabled - } - - stage('Clone repository') { - checkout scm - } - stage('Build and push multiarch image') { - sh """ - docker buildx build -t reg.greinet.com/agreiner/advancedmqttbridge:latest --platform linux/amd64,linux/arm64 --push . - """ - } -} \ No newline at end of file