Skip to content

Commit

Permalink
update kava name for gen ver
Browse files Browse the repository at this point in the history
  • Loading branch information
gregnuj committed Oct 13, 2023
1 parent 2ef3eeb commit d6e9a7e
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/kava-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,9 @@ jobs:
os: "linux"
arch: "amd64"

- version: "0.15.2"
- version: "0.15.0"
go_version: "1.13"
binary: "kavad"
binary: "kvd"

- version: "0.17.1"
go_version: "1.17"
Expand Down
16 changes: 8 additions & 8 deletions alpine.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -79,14 +79,14 @@ RUN --mount=type=cache,target=/root/.cache/go-build \
export COMMIT=GIT_COMMIT="$(git log -1 --format='%h')" && \
export VERSION=GIT_VERSION="$(git describe --tags --dirty --always)" && \
export DENOM=${DENOM:-"u$(echo ${APP_NAME} | head -c 4)"} && \
export GOWORK=off
# eval ${BUILD_COMMAND}

# # verify static binary
# RUN set -x && \
# file ${GOPATH}/bin/${BIN_NAME} && \
# echo "Ensuring binary is statically linked ..." && \
# (file ${GOPATH}/bin/${BIN_NAME} | grep "statically linked")
export GOWORK=off && \
eval ${BUILD_COMMAND}

# verify static binary
RUN set -x && \
file ${GOPATH}/bin/${BIN_NAME} && \
echo "Ensuring binary is statically linked ..." && \
(file ${GOPATH}/bin/${BIN_NAME} | grep "statically linked")

################################################################################
FROM --platform=${BUILDPLATFORM} alpine:latest as prod
Expand Down

0 comments on commit d6e9a7e

Please sign in to comment.