From 87cb75966a79788f7c6192c0397b92c09114b104 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Tue, 14 Oct 2025 10:46:26 -0500 Subject: riscv64 builds should work --- update.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'update.go') 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) } -- cgit v1.2.3