Skip to content

Commit 0e8b012

Browse files
fix: fix binary name (#485)
1 parent 6e23ed9 commit 0e8b012

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ RUN set -x \
6161
# Download skopeo
6262
&& wget -q -O skopeo-linux.tar.gz "https://github.com/screwdriver-cd/sd-packages/releases/download/v0.0.40/skopeo-linux-aarch64.tar.gz" \
6363
&& tar -C . -ozxvf skopeo-linux.tar.gz \
64-
&& mv skopeo.linux.aarch64 skopeo \
64+
&& mv skopeo.linux.arm64 skopeo \
6565
# Download sonar scanner cli any
6666
&& wget -O sonarscanner-cli-any.zip "https://binaries.sonarsource.com/Distribution/sonar-scanner-cli/sonar-scanner-cli-5.0.1.3006.zip" \
6767
&& unzip -q sonarscanner-cli-any.zip \

0 commit comments

Comments
 (0)