Skip to content

Commit

Permalink
remove darwin
Browse files Browse the repository at this point in the history
  • Loading branch information
bootjp committed Jan 28, 2022
1 parent 7dd46b4 commit a377160
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Generate build files
uses: thatisuday/go-cross-build@v1
with:
platforms: 'linux/amd64, linux/arm64, darwin/amd64, darwin/arm64, windows/amd64'
platforms: 'linux/amd64, linux/arm64, darwin/amd64, windows/amd64'
package: ''
name: 'jenkins_consecutive_fail_detector'
compress: false
Expand Down

0 comments on commit a377160

Please sign in to comment.