Skip to content

Commit 18f9375

Browse files
committed
Fix Homebrew formula to build from source and clean up old ARM64 references
1 parent 29f296a commit 18f9375

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.github/workflows/homebrew.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,6 @@ jobs:
3232
curl -L -o linux_x86_64.tar.gz "https://github.com/Phara0h/WaspsWithBazookas/releases/download/${VERSION}/waspswithbazookas-linux-x86_64.tar.gz"
3333
SHA256_LINUX_X86_64=$(sha256sum linux_x86_64.tar.gz | cut -d' ' -f1)
3434
echo "sha256_linux_x86_64=$SHA256_LINUX_X86_64" >> $GITHUB_OUTPUT
35-
36-
# For Linux aarch64
37-
curl -L -o linux_aarch64.tar.gz "https://github.com/Phara0h/WaspsWithBazookas/releases/download/${VERSION}/waspswithbazookas-linux-aarch64.tar.gz"
38-
SHA256_LINUX_AARCH64=$(sha256sum linux_aarch64.tar.gz | cut -d' ' -f1)
39-
echo "sha256_linux_aarch64=$SHA256_LINUX_AARCH64" >> $GITHUB_OUTPUT
4035
4136
- name: Update Homebrew Formula
4237
uses: dawidd6/action-homebrew-bump-formula@v4

0 commit comments

Comments
 (0)