From cfda4dd924f49c5b3a2640693b9cf4e63da747f5 Mon Sep 17 00:00:00 2001 From: vincent Date: Thu, 4 Jan 2024 19:51:17 +0100 Subject: [PATCH] CI: enable arm64 build --- .drone.yml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/.drone.yml b/.drone.yml index 5119590..7f726ea 100644 --- a/.drone.yml +++ b/.drone.yml @@ -18,10 +18,10 @@ steps: from_secret: docker_password --- kind: pipeline -name: build_arm +name: build_arm64 platform: os: linux - arch: arm + arch: arm64 steps: - name: docker @@ -29,7 +29,7 @@ steps: settings: repo: ducampsv/docker-backup-postgres auto_tag: "true" - auto_tag_suffix: arm + auto_tag_suffix: arm64 username: from_secret: docker_username password: @@ -52,9 +52,10 @@ steps: from_secret: docker_password platforms: - linux/amd64 - #- linux/arm + - linux/arm64 depends_on: - build_amd64 + - build_arm64 --- kind: secret name: docker_username