From 4612ee22c9aedfb201d067b6b930118260dd7a00 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Wed, 28 May 2025 05:36:14 -1000 Subject: [PATCH] ;ci:linux: note the use of a container --- .github/workflows/_binaries-linux-arm64-stack.yml | 4 ++-- .github/workflows/_binaries-linux-arm64.yml | 4 ++-- .github/workflows/_binaries-linux-x64-stack.yml | 3 ++- .github/workflows/binaries-linux-x64.yml | 4 ++-- 4 files changed, 8 insertions(+), 7 deletions(-) diff --git a/.github/workflows/_binaries-linux-arm64-stack.yml b/.github/workflows/_binaries-linux-arm64-stack.yml index a085d5ff2..1c8a6286e 100644 --- a/.github/workflows/_binaries-linux-arm64-stack.yml +++ b/.github/workflows/_binaries-linux-arm64-stack.yml @@ -1,6 +1,6 @@ # TRIGGER: Runs on any push to binaries-linux-arm64-stack or binaries branches. -# ACTION: Builds, unit-tests and saves linux arm64 static binaries with stack and the resolver & ghc version below and Alpine linux, -# which provides the statically-linkable musl. +# ACTION: Builds, unit-tests and saves linux arm64 static binaries with stack and the resolver & ghc version below, +# in an Alpine linux container which provides the statically-linkable musl. name: binaries-linux-arm64-stack on: diff --git a/.github/workflows/_binaries-linux-arm64.yml b/.github/workflows/_binaries-linux-arm64.yml index 34cf0c737..714260544 100644 --- a/.github/workflows/_binaries-linux-arm64.yml +++ b/.github/workflows/_binaries-linux-arm64.yml @@ -1,6 +1,6 @@ # TRIGGER: Runs on any push to binaries-linux-arm64 or binaries branches. -# ACTION: Builds, unit-tests and saves linux arm64 static binaries with cabal and the ghc version below and Alpine linux, -# which provides the statically-linkable musl. +# ACTION: Builds, unit-tests and saves linux arm64 static binaries with cabal and the ghc version below, +# in an Alpine linux container which provides the statically-linkable musl. name: binaries-linux-arm64 on: diff --git a/.github/workflows/_binaries-linux-x64-stack.yml b/.github/workflows/_binaries-linux-x64-stack.yml index fcf893ce8..0da1f5880 100644 --- a/.github/workflows/_binaries-linux-x64-stack.yml +++ b/.github/workflows/_binaries-linux-x64-stack.yml @@ -2,7 +2,8 @@ # Currently the cabal-based binaries-linux-x64.yml is used instead, for cabal testing and for easier static building. # # TRIGGER: Runs on any push to binaries-linux-x64-stack branch. -# ACTION: Builds, unit-tests and saves mac x64 static binaries with stack and the default ghc. +# ACTION: Builds, unit-tests and saves mac x64 static binaries with stack and the default ghc, +# in an Alpine linux container which provides the statically-linkable musl. name: binaries-linux-x64-_binaries on: diff --git a/.github/workflows/binaries-linux-x64.yml b/.github/workflows/binaries-linux-x64.yml index b26061f79..a464643cd 100644 --- a/.github/workflows/binaries-linux-x64.yml +++ b/.github/workflows/binaries-linux-x64.yml @@ -1,6 +1,6 @@ # TRIGGER: Runs on any push to binaries-linux-x64 or binaries branches. -# ACTION: Builds, unit-tests and saves linux x64 static binaries with cabal and the ghc version below and Alpine linux, -# which provides the statically-linkable musl. +# ACTION: Builds, unit-tests and saves linux x64 static binaries with cabal and the ghc version below, +# in an Alpine linux container which provides the statically-linkable musl. name: binaries-linux-x64 on: