ci: add freebsd target for releases (#1660)

Signed-off-by: Ramkumar Chinchani <rchincha@cisco.com>
This commit is contained in:
Ramkumar Chinchani
2023-07-31 13:51:03 -07:00
committed by GitHub
parent 9e38ca51e3
commit 42f9f78125
2 changed files with 14 additions and 7 deletions
+1 -1
View File
@@ -29,7 +29,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
os: [linux, darwin]
os: [linux, darwin, freebsd]
arch: [amd64, arm64]
steps:
- name: Check out source code