Skip to content

Commit

Permalink
chore(action): use matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
alfiankan committed Dec 29, 2022
1 parent 9dcd1f6 commit ac815f6
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@ on:
types:
- created

jobs:
jobs:
releases-matrix:
name: Release Matrix
runs-on: ubuntu-latest
strategy:
matrix:
goos: [linux]
goos: [linux, darwin]
goarch: [amd64, arm64]
steps:
- uses: actions/checkout@v3
Expand All @@ -21,7 +21,6 @@ jobs:
github_token: ${{ secrets.GITHUB_TOKEN }}
goos: ${{ matrix.goos }}
goarch: ${{ matrix.goarch }}
pre_command: apt-get install gcc && export CGO_ENABLED=1
goversion: "https://dl.google.com/go/go1.18.linux-amd64.tar.gz"
project_path: "./cmd"
binary_name: "teleterm"
Expand Down

0 comments on commit ac815f6

Please sign in to comment.