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