added multilib to cache

This commit is contained in:
2026-04-18 23:15:30 -06:00
parent f8c9f02174
commit 0a1220b4e9
+1 -1
View File
@@ -33,7 +33,7 @@ func NewCache(cacheRoot string, mirrorURL string) *Cache {
return &Cache{ return &Cache{
cacheRoot: cacheRoot, cacheRoot: cacheRoot,
mirrorURL: mirrorURL, mirrorURL: mirrorURL,
mirroredRepos: []string{"core", "extra"}, mirroredRepos: []string{"core", "extra", "multilib"},
client: http.Client{ client: http.Client{
Timeout: 15 * time.Second, Timeout: 15 * time.Second,
Transport: transport, Transport: transport,