Skip to content

Commit be0deb4

Browse files
authored
Merge pull request #56 from emqx/20250801-fix-alpine-release-build
ci: fix alpine release build
2 parents 3014c24 + d3d35c2 commit be0deb4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/release.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,6 @@ jobs:
7373
- amzn2023
7474
- el8
7575
- el9
76-
- alpine3.15.1
7776
arch:
7877
- amd64
7978
- arm64
@@ -111,13 +110,15 @@ jobs:
111110
linux-old:
112111
# el7 does not work when using 'container' due to old nodejs version
113112
# same with amzn2, plus it needs even more handholding
113+
# JavaScript Actions in Alpine containers are only supported on x64 Linux runners
114114
name: linux (${{ matrix.os }} ${{ matrix.arch }} ${{ matrix.builder.otp }})
115115
strategy:
116116
fail-fast: false
117117
matrix:
118118
os:
119119
- amzn2
120120
- el7
121+
- alpine3.15.1
121122
arch:
122123
- amd64
123124
- arm64

0 commit comments

Comments
 (0)