From aedb5a3bef4eb587e56744837f528836986e9f92 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Thu, 11 Sep 2025 18:53:40 -0500 Subject: make sure arch is set --- readControlFile.go | 1 + 1 file changed, 1 insertion(+) (limited to 'readControlFile.go') diff --git a/readControlFile.go b/readControlFile.go index 6518ca1..d6a4c0d 100644 --- a/readControlFile.go +++ b/readControlFile.go @@ -135,6 +135,7 @@ func readControlFile(repo *gitpb.Repo) error { } */ } + pairs["Architecture"] = "amd64" // TODO: figure this out if err := scanner.Err(); err != nil { return err -- cgit v1.2.3