From a87bf15f72890cbfac802d36d67d1ba1211d2af8 Mon Sep 17 00:00:00 2001 From: shibao Date: Fri, 16 Aug 2024 16:50:03 -0400 Subject: [PATCH] build arm --- .drone.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index 07bf2f7..2cb95fc 100644 --- a/.drone.yml +++ b/.drone.yml @@ -36,7 +36,7 @@ steps: - mix test.all - name: build and publish stable - image: thegeeklab/drone-docker-buildx + image: plugins/docker privileged: true settings: repo: shibaobun/cannery @@ -44,6 +44,7 @@ steps: compress: true platforms: - linux/amd64 + - linux/arm64 username: from_secret: docker_username password: @@ -54,7 +55,7 @@ steps: - stable - name: build and publish tagged version - image: thegeeklab/drone-docker-buildx + image: plugins/docker privileged: true settings: repo: shibaobun/cannery @@ -62,6 +63,7 @@ steps: compress: true platforms: - linux/amd64 + - linux/arm64 username: from_secret: docker_username password: