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.
1 parent 00ce024 commit 3792f65Copy full SHA for 3792f65
.gitlab-ci.yml
@@ -26,7 +26,7 @@ workflow:
26
paths:
27
- out/*
28
29
-build-linux:
+linux:
30
extends: .build
31
parallel:
32
matrix:
@@ -59,7 +59,7 @@ build-linux:
59
TARBALL_EXT: tar.xz
60
ADD_CABAL_ARGS: "--enable-split-sections"
61
62
-build-linux-alpine:
+alpine-linux:
63
64
65
@@ -123,7 +123,7 @@ build-aarch64-darwin:
123
124
- .brew
125
126
-build-x86_64-windows:
+x86_64-windows:
127
128
script:
129
- $env:CHERE_INVOKING = "yes"
0 commit comments