Skip to content

Commit

Permalink
Use goreleaser in CI build workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
tinyzimmer committed Jul 26, 2023
1 parent 06ad28c commit eb8c75c
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -120,13 +120,7 @@ jobs:

- name: Build Release Binaries
shell: bash
run: make -j2 dist-linux dist-windows dist-darwin DIST_PARALLEL=4

- name: Compute Binary Checksums
shell: bash
run: |
ls -alh dist
cd dist ; sha256sum * > sha256sums.txt
run: make dist

- name: Login to GHCR
uses: docker/login-action@v2
Expand Down

0 comments on commit eb8c75c

Please sign in to comment.