diff options
author | Joey Hess <joeyh@joeyh.name> | 2015-09-23 13:36:45 -0400 |
---|---|---|
committer | Joey Hess <joeyh@joeyh.name> | 2015-09-23 13:36:45 -0400 |
commit | 89d6b190483fc0cc73d7adbd265d3d52489f4438 (patch) | |
tree | 3f4332a2671d5b9673f50749b307a8c0974cd4e4 /Build | |
parent | fabe40722954638aa71ffe2f74d91e67d54255bb (diff) |
add i386-ancient build
Diffstat (limited to 'Build')
-rw-r--r-- | Build/DistributionUpdate.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Build/DistributionUpdate.hs b/Build/DistributionUpdate.hs index 1afaec994..acd27b92b 100644 --- a/Build/DistributionUpdate.hs +++ b/Build/DistributionUpdate.hs @@ -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") |