;ci:linux: note the use of a container

This commit is contained in:
Simon Michael 2025-05-28 05:36:14 -10:00
parent 78a7ce1292
commit 4612ee22c9
4 changed files with 8 additions and 7 deletions

View File

@ -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:

View File

@ -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:

View File

@ -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:

View File

@ -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: