From 27432478e5088c18bcb2fe91c06e86d120bd1974 Mon Sep 17 00:00:00 2001 From: Guus van Meerveld Date: Wed, 15 Feb 2023 22:56:21 +0100 Subject: [PATCH] Switch to docker buildx for building docker images in drone --- .drone.yml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/.drone.yml b/.drone.yml index 6c3f5b8..0b65785 100644 --- a/.drone.yml +++ b/.drone.yml @@ -34,10 +34,11 @@ platform: steps: - name: Build Dockerfile and push to Dockerhub - image: plugins/docker + image: thegeeklab/drone-docker-buildx:23 privileged: true settings: debug: true + platforms: linux/arm64 repo: guusvanmeerveld/portfolio tags: latest username: @@ -59,10 +60,12 @@ platform: steps: - name: Build Dockerfile and push to Dockerhub - image: plugins/docker + image: thegeeklab/drone-docker-buildx:23 + privileged: true settings: repo: guusvanmeerveld/portfolio - tags: latest-arm64 + tags: latest + platforms: linux/arm64 username: from_secret: docker_username password: