add i386-ancient build

This commit is contained in:
Joey Hess 2015-09-23 13:36:45 -04:00
parent ffab5a8252
commit 1c98029bb0
4 changed files with 21 additions and 1 deletions

View file

@ -31,7 +31,7 @@ signingKey = "89C809CB"
-- it in the repository.
autobuilds :: [(URLString, FilePath)]
autobuilds =
(map linuxarch ["i386", "amd64", "armel"]) ++
(map linuxarch ["i386", "amd64", "armel", "i386-ancient"]) ++
(map androidversion ["4.0", "4.3", "5.0"]) ++
[ (autobuild "x86_64-apple-yosemite/git-annex.dmg", "git-annex/OSX/current/10.10_Yosemite/git-annex.dmg")
, (autobuild "windows/git-annex-installer.exe", "git-annex/windows/current/git-annex-installer.exe")