Skip to content

Commit

Permalink
Fixed binary and variables
Browse files Browse the repository at this point in the history
  • Loading branch information
nicholasdille committed Aug 7, 2024
1 parent 8a8cfde commit 83b06b2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/meteor-commit/Dockerfile.template
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ SHELL [ "bash", "-clo", "errexit" ]
ARG name
ARG version
RUN <<EOF
check-github-release-asset "stefanlogue/meteor" "v${version}" "meteor-linux-amd64"
check-github-release-asset "stefanlogue/meteor" "v${version}" "meteor-linux-${alt_arch}"
curl --silent --show-error --location --fail --output "${prefix}/bin/meteor" \
"https://github.com/stefanlogue/meteor/releases/download/v0.22.0/meteor-linux-amd64"
"https://github.com/stefanlogue/meteor/releases/download/v${version}/meteor-linux-${alt_arch}"
chmod +x "${prefix}/bin/meteor"
EOF
1 change: 1 addition & 0 deletions tools/meteor-commit/manifest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ license:
name: MIT License
link: https://github.com/stefanlogue/meteor/blob/main/LICENSE
version: "0.22.0"
binary: meteor
check: ${binary} --version | cut -d' ' -f3
conflicts_with:
- meteor
Expand Down

0 comments on commit 83b06b2

Please sign in to comment.