Skip to content

Commit b5c1bed

Browse files
committed
Fix
1 parent 54b5af4 commit b5c1bed

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/buf_release.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
# Linux arm64
2929
curl -LO https://github.com/bufbuild/buf/releases/download/${VERSION}/buf-${VERSION}-Linux-aarch64
3030
SHA256=$(shasum -a 256 bufstream-$VERSION-Linux-aarch64 | awk '{print $1}')
31-
sed -i "s/\"linux-aarch64\" => \".*\"/\"linux-aarch64\" => \"$SHA256\"/" Formula/buf.rb
31+
sed -i "s/\"linux-arm64\" => \".*\"/\"linux-arm64\" => \"$SHA256\"/" Formula/buf.rb
3232
# Linux x86_64
3333
curl -LO https://github.com/bufbuild/buf/releases/download/${VERSION}/buf-${VERSION}-Linux-x86_64
3434
SHA256=$(shasum -a 256 bufstream-$VERSION-Linux-x86_64 | awk '{print $1}')

Formula/buf.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ class Buf < Formula
99
checksums = {
1010
"darwin-arm64" => "",
1111
"darwin-x86_64" => "",
12-
"linux-aarch64" => "",
12+
"linux-arm64" => "",
1313
"linux-x86_64" => "",
1414
}
1515

0 commit comments

Comments
 (0)