From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1705685-garchives=archives.gentoo.org@lists.gentoo.org>
Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (4096 bits))
	(No client certificate requested)
	by finch.gentoo.org (Postfix) with ESMTPS id 2B8E315812D
	for <garchives@archives.gentoo.org>; Sat, 04 Jan 2025 15:20:04 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 3E42DE079E;
	Sat, 04 Jan 2025 15:20:03 +0000 (UTC)
Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256)
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id 1D58EE079E
	for <gentoo-commits@lists.gentoo.org>; Sat, 04 Jan 2025 15:20:03 +0000 (UTC)
Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (4096 bits))
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id 0D46333FE7D
	for <gentoo-commits@lists.gentoo.org>; Sat, 04 Jan 2025 15:20:01 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 97AD71954
	for <gentoo-commits@lists.gentoo.org>; Sat, 04 Jan 2025 15:19:59 +0000 (UTC)
From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: 8bit
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" <sam@gentoo.org>
Message-ID: <1735948613.6c2bf7f6c5729a8cd476f34286ec02ff4ce7e54f.sam@gentoo>
Subject: [gentoo-commits] proj/crossdev:master commit in: .github/workflows/
X-VCS-Repository: proj/crossdev
X-VCS-Files: .github/workflows/crossdev.yml
X-VCS-Directories: .github/workflows/
X-VCS-Committer: sam
X-VCS-Committer-Name: Sam James
X-VCS-Revision: 6c2bf7f6c5729a8cd476f34286ec02ff4ce7e54f
X-VCS-Branch: master
Date: Sat, 04 Jan 2025 15:19:59 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply
X-Archives-Salt: 24984af5-77c3-42a8-9c79-1ff31cea9fce
X-Archives-Hash: 74d13de28840e06bb21a2bad5cb3d0d6

commit:     6c2bf7f6c5729a8cd476f34286ec02ff4ce7e54f
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Jan  3 23:51:54 2025 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Jan  3 23:56:53 2025 +0000
URL:        https://gitweb.gentoo.org/proj/crossdev.git/commit/?id=6c2bf7f6

ci: adjust s390x tuple name

unknown -> ibm to match profiles/

Signed-off-by: Sam James <sam <AT> gentoo.org>

 .github/workflows/crossdev.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/crossdev.yml b/.github/workflows/crossdev.yml
index 2ba0f5f..c303d49 100644
--- a/.github/workflows/crossdev.yml
+++ b/.github/workflows/crossdev.yml
@@ -71,7 +71,7 @@ jobs:
           # - target: sparc-unknown-linux-gnu
           - target: sparc64-unknown-linux-gnu
           - target: s390-ibm-linux-gnu
-          - target: s390x-unknown-linux-gnu
+          - target: s390x-ibm-linux-gnu
           # musl ebuilds don't support s390x. The target is supported upstream,
           # we need to fix and test our ebuilds.
           # - target: s390x-unknown-linux-musl