diff options
author | techknowlogick <techknowlogick@gitea.io> | 2020-01-19 04:17:57 -0500 |
---|---|---|
committer | Antoine GIRARD <sapk@users.noreply.github.com> | 2020-01-19 10:17:57 +0100 |
commit | c437e8e930c5181cdcf169653e809c8e978ff7b3 (patch) | |
tree | 56c5531628299868c6226c786361bd3285dde2e2 | |
parent | 20f6acc5855b74b547cd102df7492939d6fd822b (diff) | |
download | gitea-c437e8e930c5181cdcf169653e809c8e978ff7b3.tar.gz gitea-c437e8e930c5181cdcf169653e809c8e978ff7b3.zip |
run translations pipeline on arm server (#9865)
-rw-r--r-- | .drone.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.drone.yml b/.drone.yml index 565fe1be15..422319cfe0 100644 --- a/.drone.yml +++ b/.drone.yml @@ -288,7 +288,7 @@ name: translations platform: os: linux - arch: amd64 + arch: arm64 workspace: base: /go |