Skip to content

Commit

Permalink
refactor(CI/CD): Group turncat bin build targets
Browse files Browse the repository at this point in the history
  • Loading branch information
levaitamas committed Jan 18, 2024
1 parent 606b726 commit 2450a2d
Showing 1 changed file with 14 additions and 12 deletions.
26 changes: 14 additions & 12 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,23 +73,25 @@ jobs:
strategy:
matrix:
include:
- arch: amd64
os: linux
- os: linux
arch: amd64
file_end: ""
- arch: arm64
os: linux
- os: linux
arch: arm64
file_end: ""
- arch: amd64
os: darwin

- os: darwin
arch: amd64
file_end: ""
- arch: arm64
os: darwin
- os: darwin
arch: arm64
file_end: ""
- arch: amd64
os: windows

- os: windows
arch: amd64
file_end: ".exe"
- arch: arm64
os: windows
- os: windows
arch: arm64
file_end: ".exe"

steps:
Expand Down

0 comments on commit 2450a2d

Please sign in to comment.