Skip to content

Commit

Permalink
Ignore arch so we can build on arm
Browse files Browse the repository at this point in the history
  • Loading branch information
dnarvaez committed Oct 6, 2013
1 parent 541e578 commit 1e086e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion master.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ def create_factory(config):

for package in config["packages"]:
script = """cd %s &&
sudo makechrootpkg -r ../build -- -i &&
sudo makechrootpkg -r ../build -- -i -A &&
mkdir -p ../repo &&
find -name '*.pkg.tar.xz' | xargs -i cp {} ../repo"""

Expand Down

0 comments on commit 1e086e5

Please sign in to comment.