Skip to content

Commit

Permalink
fix: build arm on macos-latest
Browse files Browse the repository at this point in the history
  • Loading branch information
prgres committed Jun 6, 2024
1 parent 647abb2 commit 40e8b84
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,25 +10,22 @@ permissions:
jobs:
artifacts:
name: ${{ matrix.target }}
runs-on: ubuntu-latest
runs-on: ${{ matrix.os }}
strategy:
matrix:
include:
- target: linux-arm64
goos: linux
goarch: arm64
- target: linux-arm
goos: linux
goarch: arm
- target: linux-amd64
goos: linux
goarch: amd64
os: ubuntu-latest
- target: apple-darwnin-silicone
goos: darwin
goarch: arm64
os: macos-latest
- target: apple-darwnin-intel
goos: darwin
goarch: amd64
os: macos-latest
env:
ARTIFACT_NAME: clickup-tui-${{ matrix.target }}-${{ github.event.release.tag_name }}.tar.gz
steps:
Expand Down

0 comments on commit 40e8b84

Please sign in to comment.