summaryrefslogtreecommitdiff
path: root/update.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-10-14 10:46:26 -0500
committerJeff Carr <[email protected]>2025-10-14 10:46:26 -0500
commit87cb75966a79788f7c6192c0397b92c09114b104 (patch)
treea6888c955c107166ebfc90fc3f6ec60ac1b7b34f /update.go
parentbaebea24dd4c7bbbbef2b1aaa7c230e43cacf4e4 (diff)
riscv64 builds should workv0.22.164
Diffstat (limited to 'update.go')
-rw-r--r--update.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/update.go b/update.go
index b8b67b3..eadda10 100644
--- a/update.go
+++ b/update.go
@@ -12,5 +12,5 @@ func updateControl(c *controlBox) {
c.Depends.SetText(me.repo.Control["Depends"])
c.Recommends.SetText(me.repo.Control["Recommends"])
- c.Architecture.SetText("amd64")
+ c.Architecture.SetText(argv.Arch)
}