[Git][ghc/ghc][wip/backports-9.10] mk-ghcup-metadata: Fix incorrect use of alpine()
Ben Gamari (@bgamari)
gitlab at gitlab.haskell.org
Fri Mar 7 15:34:34 UTC 2025
Ben Gamari pushed to branch wip/backports-9.10 at Glasgow Haskell Compiler / GHC
Commits:
b88f239e by Ben Gamari at 2025-03-07T10:31:13-05:00
mk-ghcup-metadata: Fix incorrect use of alpine()
- - - - -
1 changed file:
- .gitlab/rel_eng/mk-ghcup-metadata/mk_ghcup_metadata.py
Changes:
=====================================
.gitlab/rel_eng/mk-ghcup-metadata/mk_ghcup_metadata.py
=====================================
@@ -198,7 +198,7 @@ def mk_new_yaml(release_mode, version, date, pipeline_type, job_map):
windows = mk(windowsArtifact)
alpine3_12 = mk(alpine("3_12"))
alpine3_18 = mk(alpine("3_18"))
- alpine3_18_arm64 = mk(alpine("3_18"), arch='aarch64')
+ alpine3_18_arm64 = mk(alpine("3_18", arch='aarch64'))
deb9 = mk(debian(9, "x86_64"))
deb10 = mk(debian(10, "x86_64"))
deb11 = mk(debian(11, "x86_64"))
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/b88f239e8dbb2f0a05c7745945981da2f95d4d0c
--
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/b88f239e8dbb2f0a05c7745945981da2f95d4d0c
You're receiving this email because of your account on gitlab.haskell.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.haskell.org/pipermail/ghc-commits/attachments/20250307/5cc042db/attachment.html>
More information about the ghc-commits
mailing list