]> git.ipfire.org Git - thirdparty/bird.git/commitdiff
CI: Add builds on new OpenBSD workers
authorOndrej Zajicek <santiago@crfreenet.org>
Tue, 22 Apr 2025 13:46:34 +0000 (15:46 +0200)
committerOndrej Zajicek <santiago@crfreenet.org>
Tue, 22 Apr 2025 13:47:02 +0000 (15:47 +0200)
.gitlab-ci.yml

index e8921e6bda54704eb422c9d9eaa9cf4841a3f396..e75afaeacd33f7e4857b4f6d10957353218e8758 100644 (file)
@@ -926,12 +926,20 @@ build-birdlab-freebsd-14-netlink:
     - birdlab-freebsd-14
     - amd64
 
-build-birdlab-openbsd-71:
+build-birdlab-openbsd-75:
   <<: *build-birdlab-base
   variables:
     AUTOCONF_VERSION: "2.71"
   tags:
-    - birdlab-openbsd-71
+    - birdlab-openbsd-75
+    - amd64
+
+build-birdlab-openbsd-76:
+  <<: *build-birdlab-base
+  variables:
+    AUTOCONF_VERSION: "2.72"
+  tags:
+    - birdlab-openbsd-76
     - amd64
 
 # We have also some virtuals for these but there are working dockers as well