[cpp-linbuild] branch maint-3 updated: Update Intel arch in script.
Codeberg
noreply at shibboleth.net
Tue Sep 15 18:22:12 UTC 2026
This is an automated email from the git hooks/post-receive script.
codeberg pushed a commit to branch maint-3
in repository cpp-linbuild.
View the commit online:
https://codeberg.org/Shibboleth/cpp-linbuild/commit/dfe73b49eef3c689e5d0f3da829e84b1ccf28d47
The following commit(s) were added to refs/heads/maint-3 by this push:
new dfe73b4 Update Intel arch in script.
dfe73b4 is described below
commit dfe73b49eef3c689e5d0f3da829e84b1ccf28d47
Author: Scott Cantor <scott at restingparrotsoftware.com>
AuthorDate: Tue Sep 15 14:22:02 2026 -0400
Update Intel arch in script.
---
bin/sign-and-copy.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/bin/sign-and-copy.sh b/bin/sign-and-copy.sh
index 73b7e9e..debb2b3 100755
--- a/bin/sign-and-copy.sh
+++ b/bin/sign-and-copy.sh
@@ -10,7 +10,7 @@ SIGN=1
COPY=1
ARCH=aarch64
-#ARCH=i686
+#ARCH=x86_64
#ARCH=noarch
if [ $SIGN == 1 ] ; then
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list