CI: Remove broken FreeBSD builds
We currently do not have FreeBSD CI workers.
This commit is contained in:
parent
a9c19b923c
commit
9e60b500c7
1 changed files with 10 additions and 10 deletions
|
@ -360,17 +360,17 @@ build-opensuse-15.3-amd64:
|
||||||
<<: *build-linux
|
<<: *build-linux
|
||||||
image: registry.nic.cz/labs/bird:opensuse-15.3-amd64
|
image: registry.nic.cz/labs/bird:opensuse-15.3-amd64
|
||||||
|
|
||||||
build-freebsd-11-amd64:
|
#build-freebsd-11-amd64:
|
||||||
<<: *build-base
|
# <<: *build-base
|
||||||
tags:
|
# tags:
|
||||||
- freebsd
|
# - freebsd
|
||||||
- amd64
|
# - amd64
|
||||||
|
|
||||||
build-freebsd-11-i386:
|
#build-freebsd-11-i386:
|
||||||
<<: *build-base
|
# <<: *build-base
|
||||||
tags:
|
# tags:
|
||||||
- freebsd
|
# - freebsd
|
||||||
- i386
|
# - i386
|
||||||
|
|
||||||
|
|
||||||
.pkg-deb: &pkg-deb
|
.pkg-deb: &pkg-deb
|
||||||
|
|
Loading…
Reference in a new issue