We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3014c24 + d3d35c2 commit be0deb4Copy full SHA for be0deb4
.github/workflows/release.yaml
@@ -73,7 +73,6 @@ jobs:
73
- amzn2023
74
- el8
75
- el9
76
- - alpine3.15.1
77
arch:
78
- amd64
79
- arm64
@@ -111,13 +110,15 @@ jobs:
111
110
linux-old:
112
# el7 does not work when using 'container' due to old nodejs version
113
# same with amzn2, plus it needs even more handholding
+ # JavaScript Actions in Alpine containers are only supported on x64 Linux runners
114
name: linux (${{ matrix.os }} ${{ matrix.arch }} ${{ matrix.builder.otp }})
115
strategy:
116
fail-fast: false
117
matrix:
118
os:
119
- amzn2
120
- el7
121
+ - alpine3.15.1
122
123
124
0 commit comments