Skip to content

Commit ecdbe4a

Browse files
classabbyampthe-maldridge
authored andcommitted
services/nomad/build/rsync-update-repo: process multilib on x86_64 too
nvidia builds the -32bit package natively in the x86_64 build, so this needs to run for x86_64 builds too. closes: #262
1 parent 883da90 commit ecdbe4a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

services/nomad/build/rsync-update-repo

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ run() {
4040
done
4141

4242
case "$ARCH" in
43-
i686)
43+
x86_64|i686)
4444
ARCH=x86_64
4545
for repo in /multilib /multilib/bootstrap /multilib/nonfree; do
4646
process_repo "$repo"

0 commit comments

Comments
 (0)