This commit is contained in:
parent
3a4bc7900d
commit
e2a73f8238
@ -6,7 +6,17 @@ jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- run: docker run -it --rm -v .:/iso archlinux "cd /iso && pacman -Syyu --noconfirm archiso && ./build"
|
||||
- name: Run the build process with Docker
|
||||
uses: https://github.com/addnab/docker-run-action@v3
|
||||
with:
|
||||
image: archlinux:latest
|
||||
options: --volumes-from ${{ env.JOB_CONTAINER_NAME }}
|
||||
run: |
|
||||
pacman -Syyu --noconfirm archiso
|
||||
cd ${{ github.workspace }}
|
||||
./build
|
||||
|
||||
- name: Upload builded iso
|
||||
- uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: images
|
||||
|
Loading…
x
Reference in New Issue
Block a user