From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/docker-images:master commit in: .github/workflows/, /
Date: Sat, 23 Nov 2024 07:13:37 +0000 (UTC) [thread overview]
Message-ID: <1732346003.7003c4bc4c6f8905dce8d60353ef09c7e6edb4f1.mgorny@gentoo> (raw)
commit: 7003c4bc4c6f8905dce8d60353ef09c7e6edb4f1
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Nov 21 16:23:30 2024 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Nov 23 07:13:23 2024 +0000
URL: https://gitweb.gentoo.org/proj/docker-images.git/commit/?id=7003c4bc
Add i686 ssemath-t64 stages
Closes: https://github.com/gentoo/gentoo-docker-images/pull/149
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
.github/workflows/build.yml | 4 ++++
README.md | 2 ++
deploy-manifests.sh | 6 ++++++
3 files changed, 12 insertions(+)
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 8918d2c..d352530 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -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
@@ -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
diff --git a/README.md b/README.md
index f35bf65..76aa42f 100644
--- a/README.md
+++ b/README.md
@@ -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:
diff --git a/deploy-manifests.sh b/deploy-manifests.sh
index 0073da7..a2cde0e 100755
--- a/deploy-manifests.sh
+++ b/deploy-manifests.sh
@@ -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")
;;
next reply other threads:[~2024-11-23 7:13 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-11-23 7:13 Michał Górny [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-11-29 3:53 [gentoo-commits] proj/docker-images:master commit in: .github/workflows/, / Michał Górny
2024-09-13 8:59 Alexys Jacob
2024-05-26 16:39 John Helmert III
2022-03-02 11:25 Alexys Jacob
2022-03-02 11:25 Alexys Jacob
2022-02-18 17:39 Alexys Jacob
2021-10-21 11:13 Alexys Jacob
2021-05-03 7:27 Alexys Jacob
2021-02-12 17:29 Alexys Jacob
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1732346003.7003c4bc4c6f8905dce8d60353ef09c7e6edb4f1.mgorny@gentoo \
--to=mgorny@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox