Attempt rechunking again #30
10
.github/workflows/build.yml
vendored
10
.github/workflows/build.yml
vendored
@@ -11,6 +11,9 @@ on:
|
||||
- "**.md"
|
||||
pull_request:
|
||||
workflow_dispatch: # allow manually triggering builds
|
||||
container:
|
||||
volumes:
|
||||
- /dev/fuse:/dev/fuse:rw
|
||||
concurrency:
|
||||
# only run one build at a time
|
||||
group: ${{ github.workflow }}-${{ github.ref || github.run_id }}
|
||||
@@ -30,12 +33,13 @@ jobs:
|
||||
# !! Add your recipes here
|
||||
- recipe.yml
|
||||
steps:
|
||||
- name: Add fuse
|
||||
shell: bash
|
||||
run: sudo modprobe fuse
|
||||
|
||||
# the build is fully handled by the reusable github action
|
||||
- name: Build Custom Image
|
||||
env:
|
||||
_BUILDAH_STARTED_IN_USERNS: ""
|
||||
BUILDAH_ISOLATION: chroot
|
||||
STORAGE_DRIVER: vfs
|
||||
uses: blue-build/github-action@v1.8
|
||||
with:
|
||||
recipe: ${{ matrix.recipe }}
|
||||
|
||||
Reference in New Issue
Block a user