From: Ondrej Zajicek Date: Thu, 24 Apr 2025 15:04:15 +0000 (+0200) Subject: CI: Add builds on new NetBSD workers X-Git-Tag: v2.17.1~11 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=413b33213f9d76a72865721d9d21a88f479b409a;p=thirdparty%2Fbird.git CI: Add builds on new NetBSD workers --- 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: