From 06be4a8e1a0cedc59bdc2e32cde391d9346a4239 Mon Sep 17 00:00:00 2001 From: Arne Petersen Date: Thu, 24 Sep 2020 07:58:44 +0200 Subject: [PATCH] build transmission-openvpn for all plattforms fixes #57 --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 250b14bec..258c8c108 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -49,7 +49,7 @@ stages: arch: '--armhf --amd64 --aarch64' - addon: transmission-openvpn jobName: transmission_openvpn - arch: '--amd64' + arch: '--armhf --amd64 --aarch64' - addon: transmission-magnet-redirect jobName: transmission_magnet_redirect arch: '--amd64'