From ec5642a3dfee6ea4c4c0f481aa62b49232e55148 Mon Sep 17 00:00:00 2001 From: simon987 Date: Sun, 5 Sep 2021 13:41:08 -0400 Subject: [PATCH] Fix docker build for arm64 --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 6e17759..d0467d7 100644 --- a/.drone.yml +++ b/.drone.yml @@ -80,7 +80,7 @@ steps: from_secret: DOCKER_PASSWORD repo: simon987/sist2 context: ./ - dockerfile: ./Dockerfile + dockerfile: ./Dockerfile.arm64 auto_tag: true auto_tag_suffix: arm64-linux when: