Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
trombik committed Oct 15, 2024
1 parent 8225282 commit f2f87e7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/poudriere.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ jobs:
with:
operating_system: freebsd
version: '14.1'
image_url: https://github.com/trombik/freebsd-builder-poudriere/releases/download/v1.0.7/freebsd-14.1-x86-64.qcow2
image_url: https://github.com/trombik/freebsd-builder-poudriere/releases/download/v1.0.8/freebsd-14.1-x86-64.qcow2
sync_files: true
run: |
set -x
Expand All @@ -119,7 +119,7 @@ jobs:
# avoid crushing guest OS due to running out of disk space and
# memory
MAX_JOBS=1
MAX_JOBS=2
# avoid "fatal: detected dubious ownership in repository at ..."
sudo chown -R root:wheel "${OVERLAY_DIR}"
Expand Down

0 comments on commit f2f87e7

Please sign in to comment.