mirror of
https://github.com/home-assistant/operating-system.git
synced 2025-07-28 07:26:28 +00:00
Bind mount output directory in release builds (#1834)
This commit is contained in:
parent
88aa4c7651
commit
feebc0abe9
1
.github/workflows/release.yml
vendored
1
.github/workflows/release.yml
vendored
@ -80,6 +80,7 @@ jobs:
|
|||||||
docker run --rm --privileged -v "${GITHUB_WORKSPACE}:/build" \
|
docker run --rm --privileged -v "${GITHUB_WORKSPACE}:/build" \
|
||||||
-e BUILDER_UID="${BUILDER_UID}" -e BUILDER_GID="${BUILDER_GID}" \
|
-e BUILDER_UID="${BUILDER_UID}" -e BUILDER_GID="${BUILDER_GID}" \
|
||||||
-v "${{ matrix.board.runner }}-build-cache:/cache" \
|
-v "${{ matrix.board.runner }}-build-cache:/cache" \
|
||||||
|
-v "/build/output" \
|
||||||
haos-builder make BUILDDIR=/build VERSION_DEV=${{ needs.validate_release.outputs.version_dev }} ${{ matrix.board.name }}
|
haos-builder make BUILDDIR=/build VERSION_DEV=${{ needs.validate_release.outputs.version_dev }} ${{ matrix.board.name }}
|
||||||
|
|
||||||
- name: Upload disk image
|
- name: Upload disk image
|
||||||
|
Loading…
x
Reference in New Issue
Block a user