gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-deployment] branch master updated: ci: set arch to amd64 by defau


From: gnunet
Subject: [taler-deployment] branch master updated: ci: set arch to amd64 by default
Date: Thu, 23 Nov 2023 05:58:45 +0100

This is an automated email from the git hooks/post-receive script.

devan-carpenter pushed a commit to branch master
in repository deployment.

The following commit(s) were added to refs/heads/master by this push:
     new b87e89b  ci: set arch to amd64 by default
b87e89b is described below

commit b87e89b4880fd7ea37d39e3fcb31340f15d73de5
Author: Devan Carpenter <devan@taler.net>
AuthorDate: Wed Nov 22 23:58:25 2023 -0500

    ci: set arch to amd64 by default
---
 buildbot/master.cfg | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/buildbot/master.cfg b/buildbot/master.cfg
index 8935409..8a8be57 100644
--- a/buildbot/master.cfg
+++ b/buildbot/master.cfg
@@ -1051,7 +1051,8 @@ def handle_job_config(jobDirPath, jobName, repoName, 
configPath, configExist):
         configDict = {jobName: {"HALT_ON_FAILURE": True,
                                 "WARN_ON_FAILURE": False,
                                 "CONTAINER_BUILD": True,
-                                "CONTAINER_NAME": repoName}}
+                                "CONTAINER_NAME": repoName,
+                                "CONTAINER_ARCH": "amd64"}}
         return configDict
 
 

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]