diff --git a/.github/workflows/extract-rootfs.yml b/.github/workflows/extract-rootfs.yml index 4b07a08..feca56f 100644 --- a/.github/workflows/extract-rootfs.yml +++ b/.github/workflows/extract-rootfs.yml @@ -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 diff --git a/etc/pacman.conf b/etc/pacman.conf index 2e0fa36..e5108c1 100644 --- a/etc/pacman.conf +++ b/etc/pacman.conf @@ -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.