Skip to content

Commit

Permalink
add windows build to build.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasferrandiz committed Feb 26, 2024
1 parent e636741 commit 5afe956
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,7 @@ jobs:
tags: |
type=ref, event=branch
- name: Build and push Docker image
# if: github.repository_owner == 'flannel-io' && success()
- name: Build multi-arch Docker image
uses: docker/build-push-action@v5
with:
context: .
Expand All @@ -48,3 +47,8 @@ jobs:
platforms: linux/amd64,linux/arm64,linux/arm,linux/s390x,linux/ppc64le,linux/riscv64
tags: ${{ steps.meta.outputs.tags }}
build-args: TAG=${{ env.GIT_TAG }}

- name: build for windows
run: make dist/flanneld.exe


0 comments on commit 5afe956

Please sign in to comment.