From cf4b3f4845a54387913672b6195e501f4a4e4d09 Mon Sep 17 00:00:00 2001 From: Dmitry Date: Thu, 4 Aug 2022 09:18:02 +0300 Subject: [PATCH] build for arm64 (#77) --- .drone.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.drone.yml b/.drone.yml index 87b2180..66aa0d0 100644 --- a/.drone.yml +++ b/.drone.yml @@ -1,17 +1,17 @@ --- kind: pipeline type: docker -name: arm32 images +name: arm64 images platform: os: linux - arch: arm + arch: arm64 steps: - name: squid image for dockerhub image: plugins/docker settings: repo: docker.io/b4tman/squid auto_tag: true - auto_tag_suffix: armhf + auto_tag_suffix: arm64 pull_image: true registry: docker.io username: b4tman @@ -19,10 +19,10 @@ steps: from_secret: docker_password config: from_secret: docker_config -- name: squid-armhf image for github packages +- name: squid-arm64 image for github packages image: plugins/docker settings: - repo: ghcr.io/b4tman/squid-armhf + repo: ghcr.io/b4tman/squid-arm64 auto_tag: true pull_image: true registry: ghcr.io