Skip to content

Commit

Permalink
windows build
Browse files Browse the repository at this point in the history
  • Loading branch information
balazs4 committed Aug 25, 2024
1 parent 536dfee commit 95ffa9c
Showing 1 changed file with 11 additions and 4 deletions.
15 changes: 11 additions & 4 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,18 @@ jobs:
strategy:
matrix:
include:
- { arch: amd64, os: linux }
- { arch: arm64, os: linux }
- { arch: arm64, os: darwin }
- arch: amd64
os: linux
- arch: arm64
os: linux
- arch: arm64
os: darwin
- arch: amd64
os: windows
ext: .exe

env:
BINARY_NAME: ${{ github.repository }}-${{ matrix.os }}-${{ matrix.arch }}
BINARY_NAME: ${{ github.repository }}-${{ matrix.os }}-${{ matrix.arch }}${{ matrix.ext }}
GOARCH: ${{ matrix.arch }}
GOOS: ${{ matrix.os }}

Expand Down

0 comments on commit 95ffa9c

Please sign in to comment.