specify platform
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2025-03-28 22:38:01 +01:00
parent f121308163
commit 844ac546e5

View File

@@ -22,6 +22,7 @@ steps:
repo: bottledpills/deluge-openvpn repo: bottledpills/deluge-openvpn
auto_tag: true auto_tag: true
auto_tag_suffix: linux-amd64 auto_tag_suffix: linux-amd64
platform: 'linux/amd64'
--- ---
kind: pipeline kind: pipeline
@@ -47,6 +48,7 @@ steps:
repo: bottledpills/deluge-openvpn repo: bottledpills/deluge-openvpn
auto_tag: true auto_tag: true
auto_tag_suffix: linux-arm64 auto_tag_suffix: linux-arm64
platform: 'linux/arm64'
--- ---
kind: pipeline kind: pipeline