Skip to content

Commit 3712a6f

Browse files
committed
build: try adding alpine configs
1 parent fb277e5 commit 3712a6f

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/build.yml

+6
Original file line numberDiff line numberDiff line change
@@ -320,6 +320,12 @@ jobs:
320320
- arch: arm64v8
321321
dist: ubuntu
322322
build_type: clang-debug-stacktrace-ninja-static
323+
- arch: amd64
324+
dist: alpine
325+
build_type: gcc-release-ninja-static
326+
- arch: arm64v8
327+
dist: alpine
328+
build_type: gcc-release-ninja-static
323329

324330
runs-on:
325331
- self-hosted

0 commit comments

Comments
 (0)