Move CI to arch-specific location

This commit is contained in:
Jeremy Soller 2022-11-10 15:40:32 -07:00
parent 45de97558c
commit ab6d3c0a87
No known key found for this signature in database
GPG key ID: 87F211AF2BE4C2FE
2 changed files with 1 additions and 1 deletions

View file

@ -25,7 +25,7 @@ ci-pkg: prefix FORCE
$(HOST_CARGO) build --manifest-path cookbook/Cargo.toml --release
$(HOST_CARGO) build --manifest-path installer/Cargo.toml --release
export PATH="$(PREFIX_PATH):$$PATH" && \
PACKAGES="$$($(INSTALLER) --list-packages -c ci.toml)" && \
PACKAGES="$$($(INSTALLER) --list-packages -c config/$(ARCH)/ci.toml)" && \
cd cookbook && \
./fetch.sh "$${PACKAGES}" && \
./repo.sh "$${PACKAGES}"