parent
801fef9e46
commit
d35f5f1d54
@ -7,16 +7,17 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Run the build process with Docker
|
- name: Run the build process with Docker
|
||||||
uses: https://github.com/addnab/docker-run-action@v3
|
uses: addnab/docker-run-action@v3
|
||||||
with:
|
with:
|
||||||
image: archlinux:latest
|
image: archlinux:latest
|
||||||
options: --volumes-from ${{ env.JOB_CONTAINER_NAME }}
|
options: --volumes-from=${{ env.JOB_CONTAINER_NAME }}
|
||||||
run: |
|
run: |
|
||||||
gpg --refresh-keys
|
#gpg --refresh-keys
|
||||||
pacman-key --init && pacman-key --populate
|
#pacman-key --init && pacman-key --populate
|
||||||
pacman-key --refresh-keys
|
#pacman-key --refresh-keys
|
||||||
pacman -Syyu --noconfirm archiso
|
#pacman -Syyu --noconfirm archiso
|
||||||
cd ${{ github.workspace }}
|
cd ${{ github.workspace }}
|
||||||
|
ls
|
||||||
./build
|
./build
|
||||||
|
|
||||||
- name: Upload builded iso
|
- name: Upload builded iso
|
||||||
|
Loading…
x
Reference in New Issue
Block a user