From f42740cb2bf8f94c11213caadc37dad90f117688 Mon Sep 17 00:00:00 2001 From: techknowlogick Date: Wed, 15 Mar 2023 16:56:02 -0400 Subject: [PATCH] Use arm image for arm runner (#23503) --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 0e8e8abcbf..955008e3b4 100644 --- a/.drone.yml +++ b/.drone.yml @@ -1129,7 +1129,7 @@ trigger: steps: - name: build-docs - image: gitea/test_env:linux-1.20-amd64 + image: gitea/test_env:linux-1.20-arm64 commands: - cd docs - make trans-copy clean build