feat: build windows binaries (#3047)

Currently zot project doesn't build and ship Windows binaries.
This PR adds that support.

Signed-off-by: Ramkumar Chinchani <rchincha.dev@gmail.com>
This commit is contained in:
Ramkumar Chinchani
2025-03-21 12:51:44 -07:00
committed by GitHub
parent 509327da2e
commit 30467e60cf
5 changed files with 90 additions and 30 deletions
+1 -1
View File
@@ -21,7 +21,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
os: [linux, darwin, freebsd]
os: [linux, darwin, freebsd, windows]
arch: [amd64, arm64]
steps:
- name: Check out source code