Skip to content

Commit

Permalink
Add FreeBSD12 release builds (#7732)
Browse files Browse the repository at this point in the history
  • Loading branch information
hasufell committed Oct 8, 2021
1 parent f52011a commit a82693a
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,11 +56,16 @@ build-i386-linux-alpine:
# for cabal build
- apk add --no-cache zlib zlib-dev zlib-static

build-x86_64-freebsd:
build-x86_64-freebsd13:
extends: .build
tags:
- x86_64-freebsd13

build-x86_64-freebsd12:
extends: .build
tags:
- x86_64-freebsd12

build-x86_64-darwin:
extends: .build
tags:
Expand Down

0 comments on commit a82693a

Please sign in to comment.