Skip to content

Commit

Permalink
Update build-and-deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
NEOLabs-software authored Nov 5, 2024
1 parent 240a371 commit a464838
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
# Step 3: Build ArchISO in Docker
- name: Build ArchISO in Docker
run: |
docker run --rm -v $PWD:/workspace -w /workspace archlinux:latest /bin/bash -c "
docker run --rm --privileged -v $PWD:/workspace -w /workspace archlinux:latest /bin/bash -c "
pacman -Syu --noconfirm && \
pacman -S --noconfirm archiso sudo && \
cd /workspace && \
Expand Down

0 comments on commit a464838

Please sign in to comment.