Skip to content

Commit

Permalink
update release
Browse files Browse the repository at this point in the history
  • Loading branch information
amitz committed Mar 24, 2024
1 parent 2467e64 commit 4dc1a75
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,16 @@ jobs:
strategy:
matrix:
binary: [lavad, lavap, lavavisor]
os: [ubuntu-latest, macos-latest, windows-latest]
runs-on: ${{ matrix.os }}
targetos: [darwin, linux]
arch: [amd64, arm64]
runs-on: ubuntu-latest
env:
GOOS: ${{ matrix.targetos }}
GOARCH: ${{ matrix.arch }}

permissions:
contents: write

steps:
- name: Checkout code
uses: actions/checkout@v4
Expand Down

0 comments on commit 4dc1a75

Please sign in to comment.