From cb0aef5827f3679c6050f3b3c4a482b763735e5a Mon Sep 17 00:00:00 2001 From: naicoi Date: Thu, 18 May 2023 00:46:54 +0700 Subject: [PATCH] Update OS version in .woodpecker.yml Changed the OS version from Ubuntu to Slim in .woodpecker.yml file. This commit also updates the matrix configuration for Linux architecture. --- .woodpecker.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index 2c51943..5b87f5f 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -4,7 +4,7 @@ matrix: - linux/arm64 os: - alpine - - ubuntu + - slim version: - 16 - 18