summaryrefslogtreecommitdiff
path: root/.gitlab/rel_eng/fetch-gitlab-artifacts/fetch_gitlab.py
diff options
context:
space:
mode:
authorMatthew Pickering <matthewtpickering@gmail.com>2023-05-05 12:43:31 +0100
committerMatthew Pickering <matthewtpickering@gmail.com>2023-05-09 10:47:40 +0100
commit17b70f2ecebaa2506da949f07327a98654627cdb (patch)
tree0cca01c6e9a7cc54b97aaa07dfdf665128ef9aec /.gitlab/rel_eng/fetch-gitlab-artifacts/fetch_gitlab.py
parente8b72ff6e4aee1f889a9168df57bb1b00168fd21 (diff)
downloadhaskell-wip/dynamic-alpine.tar.gz
Build vanilla alpine bindistswip/dynamic-alpine
We currently attempt to build and distribute fully static alpine bindists (ones which could be used on any linux platform) but most people who use the alpine bindists want to use alpine to build their own static applications (for which a fully static bindist is not necessary). We should build and distribute these bindists for these users whilst the fully-static bindist is still unusable. Fixes #23349
Diffstat (limited to '.gitlab/rel_eng/fetch-gitlab-artifacts/fetch_gitlab.py')
-rw-r--r--.gitlab/rel_eng/fetch-gitlab-artifacts/fetch_gitlab.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitlab/rel_eng/fetch-gitlab-artifacts/fetch_gitlab.py b/.gitlab/rel_eng/fetch-gitlab-artifacts/fetch_gitlab.py
index e9d2612916..68bd62dc49 100644
--- a/.gitlab/rel_eng/fetch-gitlab-artifacts/fetch_gitlab.py
+++ b/.gitlab/rel_eng/fetch-gitlab-artifacts/fetch_gitlab.py
@@ -30,6 +30,7 @@ def job_triple(job_name):
'release-x86_64-linux-deb9-release': 'x86_64-deb9-linux',
'release-x86_64-linux-centos7-release': 'x86_64-centos7-linux',
'release-x86_64-linux-alpine3_12-release+fully_static': 'x86_64-alpine3_12-linux-static',
+ 'release-x86_64-linux-alpine3_12-release': 'x86_64-alpine3_12-linux',
'release-x86_64-linux-alpine3_12-int_native-release+fully_static': 'x86_64-alpine3_12-linux-static-int_native',
'release-x86_64-darwin-release': 'x86_64-apple-darwin',
'release-i386-linux-deb9-release': 'i386-deb9-linux',