Skip to content

Commit 874105c

Browse files
committed
chore: removed netbsd/freebsd from release builds
1 parent c632739 commit 874105c

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,16 +43,14 @@ jobs:
4343
fail-fast: true
4444
matrix:
4545
arch: [amd64, 386, arm]
46-
os: [linux, darwin, windows, freebsd, openbsd]
46+
os: [linux, darwin, windows]
4747
exclude:
4848
- os: darwin
4949
arch: 386
5050
- os: darwin
5151
arch: arm
5252
- os: windows
5353
arch: arm
54-
- os: openbsd
55-
arch: arm
5654
runs-on: ubuntu-latest
5755
env:
5856
asset: terraform-provider-argocd_${{ needs.draft_release.outputs.tag }}_${{ matrix.os }}_${{ matrix.arch }}.gz

0 commit comments

Comments
 (0)