forked from the-distro/channel-scripts
Generate indexes for aarch64 too
This commit is contained in:
parent
575e6abf43
commit
69b5e374d9
|
@ -90,7 +90,7 @@ void mainWrapped(int argc, char * * argv)
|
|||
/* Get all derivations. */
|
||||
DrvInfos packages;
|
||||
|
||||
for (auto system : std::set<std::string>{"x86_64-linux", "i686-linux"}) {
|
||||
for (auto system : std::set<std::string>{"x86_64-linux", "i686-linux", "aarch64-linux"}) {
|
||||
auto args = state.allocBindings(2);
|
||||
Value * vConfig = state.allocValue();
|
||||
state.mkAttrs(*vConfig, 0);
|
||||
|
|
Loading…
Reference in a new issue