Skip to content

Commit

Permalink
chore: removed netbsd/freebsd from release builds
Browse files Browse the repository at this point in the history
  • Loading branch information
oboukili committed Jul 3, 2020
1 parent c632739 commit 874105c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,16 +43,14 @@ jobs:
fail-fast: true
matrix:
arch: [amd64, 386, arm]
os: [linux, darwin, windows, freebsd, openbsd]
os: [linux, darwin, windows]
exclude:
- os: darwin
arch: 386
- os: darwin
arch: arm
- os: windows
arch: arm
- os: openbsd
arch: arm
runs-on: ubuntu-latest
env:
asset: terraform-provider-argocd_${{ needs.draft_release.outputs.tag }}_${{ matrix.os }}_${{ matrix.arch }}.gz
Expand Down

0 comments on commit 874105c

Please sign in to comment.