Skip to content

Commit

Permalink
Specify ARM architectures explicitly
Browse files Browse the repository at this point in the history
  • Loading branch information
fwcd committed Aug 31, 2023
1 parent c9e3023 commit e4eb70e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion rootfs/arm64/etc/pacman.conf
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ HoldPkg = pacman glibc
#XferCommand = /usr/bin/curl -L -C - -f -o %o %u
#XferCommand = /usr/bin/wget --passive-ftp -c -O %o %u
#CleanMethod = KeepInstalled
Architecture = auto
Architecture = aarch64

# Pacman won't upgrade packages listed in IgnorePkg and members of IgnoreGroup
#IgnorePkg =
Expand Down
2 changes: 1 addition & 1 deletion rootfs/armv7/etc/pacman.conf
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ HoldPkg = pacman glibc
#XferCommand = /usr/bin/curl -L -C - -f -o %o %u
#XferCommand = /usr/bin/wget --passive-ftp -c -O %o %u
#CleanMethod = KeepInstalled
Architecture = auto
Architecture = armv7h

# Pacman won't upgrade packages listed in IgnorePkg and members of IgnoreGroup
#IgnorePkg =
Expand Down

0 comments on commit e4eb70e

Please sign in to comment.