Skip to content

Commit

Permalink
build with alpine version
Browse files Browse the repository at this point in the history
  • Loading branch information
gregnuj committed Jan 5, 2024
1 parent f6bfad9 commit 566b29b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 33 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/comdex-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
distro: ["alpine"]
version:
- "0.0.4"
- "0.1.3"
# - "0.1.3" cosmwasm fails
- "5.0.0"
- "6.0.2"
- "7.0.0"
Expand All @@ -59,15 +59,16 @@ jobs:
go_version: "1.16"
build_command: "CGO_ENABLED=0 make install"

- version: "0.1.3"
go_version: "1.18"
build_command: "CGO_ENABLED=0 make install"
# - version: "0.1.3"
# go_version: "1.18"
# build_command: "CGO_ENABLED=0 make install"

- version: "5.0.0"
go_version: "1.18"

- version: "13.3.0"
go_version: "1.20"
build_command: "CGO_ENABLED=0 make install"

with:
binary: ${{ matrix.binary }}
Expand Down
1 change: 1 addition & 0 deletions alpine.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ RUN set -eu && \
ca-certificates \
linux-headers \
build-base \
musl-dev \
bash \
bison \
curl \
Expand Down
29 changes: 0 additions & 29 deletions builds/comdex.0.1.1.alpine.sh

This file was deleted.

0 comments on commit 566b29b

Please sign in to comment.