From 7cac4cef6868c93f0e1f51303f8efc9d9d5cda29 Mon Sep 17 00:00:00 2001 From: Chewing_Bever Date: Tue, 1 Nov 2022 19:59:49 +0100 Subject: [PATCH] fix(ci): set mtu --- .woodpecker.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index ef07f5c..2ac9a77 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -12,7 +12,7 @@ pipeline: repo: 'git.rustybever.be/vieter-v/vieter-builder' tags: - 'latest' - # platforms: [ 'linux/arm64/v8', 'linux/amd64' ] - platforms: [ 'linux/amd64' ] + platforms: [ 'linux/arm64/v8', 'linux/amd64' ] + mtu: 1300 when: event: [cron, manual]