Skip to content

Commit

Permalink
github: Package Linux binaries on macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
remko committed Jun 12, 2024
1 parent 7ddc94d commit 64bea95
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,18 @@ jobs:
needs: build
strategy:
matrix:
os: [macos-13, ubuntu-22.04, windows-latest]
os: [macos-13, windows-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
- uses: ./.github/actions/setup

- run: make package
if: runner.os != 'Windows'
- run: make package-linux
env:
TOOLCHAINS: swift
if: runner.os != 'Windows'

- name: package (windows)
run: |
Expand Down

0 comments on commit 64bea95

Please sign in to comment.