We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7186a62 commit 2fee039Copy full SHA for 2fee039
Dockerfile
@@ -11,7 +11,7 @@ ENV BINARY_PATH="/usr/local/bin/${BINARY_NAME}"
11
LABEL org.opencontainers.image.source="https://github.com/${GITHUB_REPOSITORY}"
12
13
# Copy the appropriate binary
14
-COPY "dist/${BINARY_NAME}-${VERSION}-linux-${TARGETARCH}${TARGETVARIANT:+-${TARGETVARIANT}}" "${BINARY_PATH}"
+COPY "dist/${BINARY_NAME}-${VERSION}-linux-${TARGETARCH}${TARGETVARIANT}" "${BINARY_PATH}"
15
16
# Make sure the binary is executable
17
RUN chmod +x "${BINARY_PATH}"
0 commit comments