Skip to content

Commit

Permalink
Add i686 ssemath-t64 stages
Browse files Browse the repository at this point in the history
Closes: #149
Signed-off-by: Michał Górny <mgorny@gentoo.org>
  • Loading branch information
mgorny committed Nov 23, 2024
1 parent a156d12 commit 7003c4b
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,8 @@ jobs:
- stage3-i686-musl
- stage3-i686-openrc
- stage3-i686-systemd
- stage3-i686-ssemath-t64-openrc
- stage3-i686-ssemath-t64-systemd
- stage3-ppc64le-musl-hardened-openrc
- stage3-ppc64le-openrc
- stage3-ppc64le-systemd
Expand Down Expand Up @@ -92,6 +94,8 @@ jobs:
- stage3:musl-llvm
- stage3:nomultilib
- stage3:nomultilib-systemd
- stage3:ssemath-t64
- stage3:ssemath-t64-systemd
- stage3:systemd
name: ${{ matrix.target }}
runs-on: ubuntu-latest
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,8 @@ The following targets are built and pushed to Docker Hub:
* `stage3-i686-hardened-openrc`
* `stage3-i686-musl`
* `stage3-i686-openrc`
* `stage3-i686-ssemath-t64-openrc`
* `stage3-i686-ssemath-t64-systemd`
* `stage3-i686-systemd`

The following upstream stage3 targets are not built at all:
Expand Down
6 changes: 6 additions & 0 deletions deploy-manifests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,12 @@ case "${TARGET}" in
"stage3:nomultilib-systemd")
TAGS=("amd64-nomultilib-systemd")
;;
"stage3:ssemath-t64")
TAGS=("i686-ssemath-t64-openrc")
;;
"stage3:ssemath-t64-systemd")
TAGS=("i686-ssemath-t64-systemd")
;;
"stage3:systemd")
TAGS=("amd64-systemd" "armv5tel-systemd" "armv6j_hardfp-systemd" "armv7a_hardfp-systemd" "arm64-systemd" "i686-systemd" "ppc64le-systemd" "rv64_lp64d-systemd")
;;
Expand Down

0 comments on commit 7003c4b

Please sign in to comment.