Skip to content

Commit ce416c1

Browse files
committed
CI: Build for Alpine
1 parent 5d0aff5 commit ce416c1

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/build.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ jobs:
1919
- amazonlinux:latest
2020
- fedora:latest
2121
- oraclelinux:9
22+
- alpine:latest
2223
- archlinux:latest
2324
- clearlinux:latest
2425
config:
@@ -51,6 +52,11 @@ jobs:
5152
PACKAGES_API="libmicrohttpd-devel"
5253
[[ "${{ matrix.config.cmake_args }}" =~ clang|gcc ]] || PACKAGES="$PACKAGES gcc"
5354
;;
55+
alpine:*)
56+
INSTALL_CMD="apk add --no-cache"
57+
PACKAGES="git build-base cmake argp-standalone curl-dev jansson-dev libsodium-dev"
58+
PACKAGES_API="libmicrohttpd-dev"
59+
;;
5460
archlinux:*)
5561
INSTALL_CMD="pacman -Syu --noconfirm"
5662
PACKAGES="git base-devel cmake curl jansson libsodium"

0 commit comments

Comments
 (0)