diff options
| author | Jeff Carr <[email protected]> | 2025-09-11 18:53:40 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-09-11 18:53:40 -0500 |
| commit | aedb5a3bef4eb587e56744837f528836986e9f92 (patch) | |
| tree | 38f3f1f112e9ab080733a4be626c81cc3debb4bb /readControlFile.go | |
| parent | cc75c2dd6cfbaa301e2b1890256ddb367b0bf151 (diff) | |
make sure arch is set
Diffstat (limited to 'readControlFile.go')
| -rw-r--r-- | readControlFile.go | 1 |
1 files changed, 1 insertions, 0 deletions
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 |
