Skip to content

Commit

Permalink
filename fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
wileyj committed Feb 28, 2024
1 parent 0c4551e commit 69034a8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/actions/dockerfiles/Dockerfile.alpine-binary
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ ARG TARGETVARIANT
ARG REPO=wileyj/stacks-blockchain

RUN case ${TARGETARCH} in \
"amd64") BIN_ARCH=linux-musl-x64 ;; \
"amd64") BIN_ARCH=linux-musl-x64-v3 ;; \
"arm64") BIN_ARCH=linux-musl-arm64 ;; \
"arm") BIN_ARCH=linux-musl-armv7 ;; \
"*") exit 1 ;; \
Expand Down
2 changes: 1 addition & 1 deletion .github/actions/dockerfiles/Dockerfile.debian-binary
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ ARG TARGETVARIANT
ARG REPO=wileyj/stacks-blockchain

RUN case ${TARGETARCH} in \
"amd64") BIN_ARCH=linux-glibc-x64 ;; \
"amd64") BIN_ARCH=linux-glibc-x64-v3 ;; \
"arm64") BIN_ARCH=linux-glibc-arm64 ;; \
"arm") BIN_ARCH=linux-glibc-armv7 ;; \
"*") exit 1 ;; \
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/create-source-binary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:
;;
esac
echo "DOCKERFILE=Dockerfile.${{ matrix.arch }}-${DOCKERFILE_CPU}" >> "$GITHUB_ENV"
echo "ZIPFILE=${{ matrix.arch }}_${ARCHIVE_NAME}" >> "$GITHUB_ENV"
echo "ZIPFILE=${{ matrix.arch }}-${ARCHIVE_NAME}" >> "$GITHUB_ENV"
echo "TARGET_CPU=${TARGET_CPU}" >> "$GITHUB_ENV"
echo "DOCKERFILE: ${DOCKERFILE}"
echo "ZIPFILE: ${ZIPFILE}"
Expand Down

0 comments on commit 69034a8

Please sign in to comment.