Skip to content

Commit b0db1a1

Browse files
committed
Fix manifest-tool on arm64
1 parent e2f50b7 commit b0db1a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/Build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,6 @@ jobs:
156156
os: linux
157157
" > manifest.yaml
158158
159-
curl -sqL -o manifest-tool https://github.com/estesp/manifest-tool/releases/download/v1.0.3/manifest-tool-linux-amd64
159+
curl -sqL -o manifest-tool https://github.com/estesp/manifest-tool/releases/download/v1.0.3/manifest-tool-linux-${{ matrix.os.arch }}
160160
chmod +x manifest-tool
161161
./manifest-tool push from-spec manifest.yaml

0 commit comments

Comments
 (0)