;ci:linux: note the use of a container
This commit is contained in:
parent
78a7ce1292
commit
4612ee22c9
@ -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:
|
||||
|
||||
4
.github/workflows/_binaries-linux-arm64.yml
vendored
4
.github/workflows/_binaries-linux-arm64.yml
vendored
@ -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:
|
||||
|
||||
@ -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:
|
||||
|
||||
4
.github/workflows/binaries-linux-x64.yml
vendored
4
.github/workflows/binaries-linux-x64.yml
vendored
@ -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:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user