Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 1 addition & 8 deletions .github/workflows/extract-rootfs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,7 @@ jobs:

- name: Build Docker Image
run: |
if [ "${{ matrix.os }}" == "ubuntu-latest-arm64" ]; then
sed -i 's/FROM archlinux:latest/FROM vineelsai\/arch:arm64-localbuild/g' Dockerfile
echo "Building for arm64"
else
echo "Building for amd64"
fi

cat Dockerfile
echo "Building for amd64"
docker build . -t arch

- name: Extract RootFS
Expand Down
4 changes: 2 additions & 2 deletions etc/pacman.conf
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ Color
CheckSpace
#VerbosePkgLists
ParallelDownloads = 5
DownloadUser = alpm
#DisableSandbox
DownloadUser = alpm
DisableSandbox

# By default, pacman accepts packages signed by keys that its local keyring
# trusts (see pacman-key and its man page), as well as unsigned packages.
Expand Down
Loading