This commit is contained in:
parent
8efe7e257f
commit
bb51dd35d1
@ -12,16 +12,12 @@ jobs:
|
||||
- name: Run the build process with Docker
|
||||
uses: addnab/docker-run-action@v3
|
||||
with:
|
||||
image: archlinux:latest
|
||||
image: archlinux/archlinux:latest
|
||||
options: --volumes-from=${{ env.JOB_CONTAINER_NAME }}
|
||||
run: |
|
||||
#gpg --refresh-keys
|
||||
#pacman-key --init && pacman-key --populate
|
||||
#pacman-key --refresh-keys
|
||||
#pacman -Syyu --noconfirm archiso
|
||||
pacman -Syyu --noconfirm archiso
|
||||
cd ${{ github.workspace }}
|
||||
ls
|
||||
./build
|
||||
./build.sh
|
||||
|
||||
- name: Upload builded iso
|
||||
uses: actions/upload-artifact@v4
|
||||
|
Loading…
x
Reference in New Issue
Block a user