Skip to content

Commit

Permalink
(ci) remove matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
jahvon committed Sep 8, 2024
1 parent 5c92d39 commit d63c7a9
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,12 @@ on:
- "*"

jobs:
releases-matrix:
releases:
name: Release flow Artifacts
permissions:
contents: write
packages: write
runs-on: ubuntu-latest
strategy:
matrix:
# build and publish in parallel: linux/amd64, linux/arm64, darwin/amd64, darwin/arm64
goos: [linux, darwin]
goarch: [amd64, arm64]

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit d63c7a9

Please sign in to comment.