Skip to content

Commit 566b29b

Browse files
author
gregnuj
committed
build with alpine version
1 parent f6bfad9 commit 566b29b

File tree

3 files changed

+6
-33
lines changed

3 files changed

+6
-33
lines changed

.github/workflows/comdex-build.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
distro: ["alpine"]
3434
version:
3535
- "0.0.4"
36-
- "0.1.3"
36+
# - "0.1.3" cosmwasm fails
3737
- "5.0.0"
3838
- "6.0.2"
3939
- "7.0.0"
@@ -59,15 +59,16 @@ jobs:
5959
go_version: "1.16"
6060
build_command: "CGO_ENABLED=0 make install"
6161

62-
- version: "0.1.3"
63-
go_version: "1.18"
64-
build_command: "CGO_ENABLED=0 make install"
62+
# - version: "0.1.3"
63+
# go_version: "1.18"
64+
# build_command: "CGO_ENABLED=0 make install"
6565

6666
- version: "5.0.0"
6767
go_version: "1.18"
6868

6969
- version: "13.3.0"
7070
go_version: "1.20"
71+
build_command: "CGO_ENABLED=0 make install"
7172

7273
with:
7374
binary: ${{ matrix.binary }}

alpine.Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ RUN set -eu && \
1010
ca-certificates \
1111
linux-headers \
1212
build-base \
13+
musl-dev \
1314
bash \
1415
bison \
1516
curl \

builds/comdex.0.1.1.alpine.sh

Lines changed: 0 additions & 29 deletions
This file was deleted.

0 commit comments

Comments
 (0)