From ea083fdec2da64884ef023d3178cd25acd6f0c61 Mon Sep 17 00:00:00 2001 From: Thorsten Sommer Date: Wed, 4 Sep 2024 10:23:18 +0200 Subject: [PATCH] Bind mount the repo for linux-arm (#110) --- .github/workflows/build-and-release.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/build-and-release.yml b/.github/workflows/build-and-release.yml index 955c4ba..c432ce5 100644 --- a/.github/workflows/build-and-release.yml +++ b/.github/workflows/build-and-release.yml @@ -557,6 +557,7 @@ jobs: optimize_image: false copy_artifact_path: runtime copy_artifact_dest: result + bind_mount_repository: true # # We do not need to set the PRIVATE_PUBLISH_KEY and PRIVATE_PUBLISH_KEY_PASSWORD here,