Skip to content

Commit 436f04f

Browse files
committed
feat: Add Github workflow FreeBSD
1 parent 116cf68 commit 436f04f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/docker.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@ jobs:
2020
module: ['manager', 'scheduler']
2121
include:
2222
- module: manager
23-
platforms: linux/amd64,linux/arm64
23+
platforms: linux/amd64,linux/arm64,freebsd/amd64
2424
- module: scheduler
25-
platforms: linux/amd64,linux/arm64
25+
platforms: linux/amd64,linux/arm64,freebsd/amd64
2626
timeout-minutes: 120
2727
steps:
2828
- name: Check out code

0 commit comments

Comments
 (0)