From 413b33213f9d76a72865721d9d21a88f479b409a Mon Sep 17 00:00:00 2001 From: Ondrej Zajicek Date: Thu, 24 Apr 2025 17:04:15 +0200 Subject: [PATCH] CI: Add builds on new NetBSD workers --- .gitlab-ci.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 0b402e6ec..5afefadae 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -942,6 +942,18 @@ build-birdlab-openbsd-76: - birdlab-openbsd-76 - amd64 +build-birdlab-netbsd-09: + <<: *build-birdlab-base + tags: + - birdlab-netbsd-09 + - amd64 + +build-birdlab-netbsd-10: + <<: *build-birdlab-base + tags: + - birdlab-netbsd-10 + - amd64 + # We have also some virtuals for these but there are working dockers as well # so no need to bother again #build-birdlab-debian-11: -- 2.47.3