Remove non used arch

This commit is contained in:
Vladimir Sharshov 2011-11-02 12:22:27 +04:00
parent b79405c7e5
commit 620b042d69
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
ARCHES = %w(i586 i686 x86_64 mips powerpc)
ARCHES = %w(i386 i586 x86_64)
ARCHES.each do |arch|
Arch.find_or_create_by_name arch
end