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: