diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 5fac3ce..ed02c74 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -18,9 +18,11 @@ jobs: steps: - uses: actions/checkout@v3 - name: Install Packages via Pacman - run: pacman -Sy; pacman --noconfirm -S git archiso python python-pip + run: pacman -Sy; pacman --noconfirm -S git archiso python python-pip reflector - name: Install Python packages via pip run: pip install -U pip pyGithub + - name: Change Arch docker mirror + run: reflector -c "US" -f 12 -l 10 -n 12 --save /etc/pacman.d/mirrorlist - name: Build image run: mkarchiso -v iso/ - name: Upload iso to the release