Compare commits
32 Commits
fda8718761
...
9c01769ab9
| Author | SHA1 | Date | |
|---|---|---|---|
| 9c01769ab9 | |||
| 619fec656c | |||
| 5532ca981b | |||
| 714b51093c | |||
| 969d4725fb | |||
| 7033aed839 | |||
| a60af512ca | |||
| de81f350f5 | |||
| 90cab46af6 | |||
| 22030f5540 | |||
| 4398cf7fe9 | |||
| f7fa025374 | |||
| 4d2705aa50 | |||
| 651585297a | |||
| b3b0ce7496 | |||
| 9978254e5d | |||
| a06843d7e8 | |||
| b0013b3c9e | |||
| 3058efb69e | |||
| 8d984e4369 | |||
| e27a00368f | |||
| 7b5d69ed7f | |||
| ca5df57d3b | |||
| 1da575173b | |||
| 83d8293fe8 | |||
| 4fb2dd4f9c | |||
| 964c91bc94 | |||
| fd60efc745 | |||
| b6183702d1 | |||
| af74c33371 | |||
| 98e905910f | |||
| 2dc225bece |
9
.github/workflows/build.yml
vendored
9
.github/workflows/build.yml
vendored
@@ -18,7 +18,7 @@ concurrency:
|
|||||||
jobs:
|
jobs:
|
||||||
bluebuild:
|
bluebuild:
|
||||||
name: Build Custom Image
|
name: Build Custom Image
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-22.04
|
||||||
permissions:
|
permissions:
|
||||||
contents: read
|
contents: read
|
||||||
packages: write
|
packages: write
|
||||||
@@ -33,6 +33,9 @@ jobs:
|
|||||||
|
|
||||||
# the build is fully handled by the reusable github action
|
# the build is fully handled by the reusable github action
|
||||||
- name: Build Custom Image
|
- name: Build Custom Image
|
||||||
|
env:
|
||||||
|
_BUILDAH_STARTED_IN_USERNS: ""
|
||||||
|
BUILDAH_ISOLATION: chroot
|
||||||
uses: blue-build/github-action@v1.8
|
uses: blue-build/github-action@v1.8
|
||||||
with:
|
with:
|
||||||
recipe: ${{ matrix.recipe }}
|
recipe: ${{ matrix.recipe }}
|
||||||
@@ -42,4 +45,6 @@ jobs:
|
|||||||
pr_event_number: ${{ github.event.number }}
|
pr_event_number: ${{ github.event.number }}
|
||||||
|
|
||||||
# enabled by default, disable if your image is small and you want faster builds
|
# enabled by default, disable if your image is small and you want faster builds
|
||||||
maximize_build_space: true
|
maximize_build_space: "true"
|
||||||
|
rechunk: "true"
|
||||||
|
use_unstable_cli: "true"
|
||||||
|
|||||||
Reference in New Issue
Block a user