Navigation Menu

Skip to content

Commit

Permalink
remove i386 support!!!
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Sep 22, 2010
1 parent c6308a5 commit 267400c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion apt/Makefile.am
@@ -1,6 +1,6 @@
DISTRIBUTIONS = debian ubuntu
CHROOT_BASE = /var/lib/chroot
ARCHITECTURES = i386 amd64
ARCHITECTURES = amd64
CODES = squeeze unstable lucid

all:
Expand Down
2 changes: 1 addition & 1 deletion yum/Makefile.am
@@ -1,5 +1,5 @@
DISTRIBUTIONS = fedora centos
ARCHITECTURES = i386 x86_64
ARCHITECTURES = x86_64
CHROOT_BASE = /var/lib/chroot

all:
Expand Down

0 comments on commit 267400c

Please sign in to comment.