Skip to content

Commit 7584a6f

Browse files
authored
Merge pull request #671 from jmpsec/update-matrix-releases
More accurate releases matrix
2 parents 684730d + 1fa234d commit 7584a6f

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

.github/actions/tagged_release/github/action.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ runs:
5757
with:
5858
name: osctrl-${{ inputs.osctrl_component }}_${{ inputs.release_version_tag }}-${{ inputs.commit_sha }}_${{ inputs.go_arch }}.deb
5959
fail-on-not-found: false
60+
continue-on-error: true
6061

6162
########################### Release ###########################
6263
- name: Release

.github/workflows/create_tagged_releases.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -231,6 +231,13 @@ jobs:
231231
components: ["tls", "admin", "api", "cli"]
232232
goos: ["linux", "darwin", "windows"]
233233
goarch: ["amd64", "arm64"]
234+
exclude:
235+
- goos: "windows"
236+
components: "tls"
237+
- goos: "windows"
238+
components: "admin"
239+
- goos: "windows"
240+
components: "api"
234241
steps:
235242
########################### Checkout code ###########################
236243
- name: Checkout code

0 commit comments

Comments
 (0)