build concerns, build matrix

This commit is contained in:
2026-08-04 08:37:49 +02:00
parent f943357ebd
commit 77f269d9e0
36 changed files with 602 additions and 57 deletions
+2
View File
@@ -15,6 +15,8 @@ Rails.application.routes.draw do
get "rss/releases", to: "rss#releases"
get "rss/howtos", to: "rss#howtos"
get "download", to: "downloads#show"
get "builds", to: "builds#index"
get "softwares/:name/builds", to: "software_builds#show"
end
get "update", to: "update#update"
get "file/*path", to: "files#show", format: false