Skip to content

Commit

Permalink
Remove unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
mostafa committed Dec 4, 2023
1 parent ada5e6d commit 8bea9ee
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 10 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,6 @@ jobs:
- name: Build and release binaries
run: |
make build-release
- name: Generate release checksums
run: make generate-release-checksums
- name: Create release and add artifacts
uses: softprops/action-gh-release@v1
with:
Expand Down
8 changes: 0 additions & 8 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -80,11 +80,3 @@ build-windows-arm64:
@sha256sum dist/gatewayd-plugin-cache-windows-arm64-${VERSION}.zip | sed 's/dist\///g' >> dist/checksums.txt

build-release: tidy create-build-dir build-linux-amd64 build-linux-arm64 build-darwin-amd64 build-darwin-arm64 build-windows-amd64 build-windows-arm64

generate-release-checksums:
@sha256sum gatewayd-plugin-cache-linux-amd64-${VERSION}.tar.gz > checksums.txt
@sha256sum gatewayd-plugin-cache-linux-arm64-${VERSION}.tar.gz >> checksums.txt
@sha256sum gatewayd-plugin-cache-darwin-amd64-${VERSION}.tar.gz >> checksums.txt
@sha256sum gatewayd-plugin-cache-darwin-arm64-${VERSION}.tar.gz >> checksums.txt
@sha256sum gatewayd-plugin-cache-windows-amd64-${VERSION}.zip >> checksums.txt
@sha256sum gatewayd-plugin-cache-windows-arm64-${VERSION}.zip >> checksums.txt

0 comments on commit 8bea9ee

Please sign in to comment.