diff options
author | deadprogram <[email protected]> | 2023-02-18 13:40:44 +0100 |
---|---|---|
committer | Ron Evans <[email protected]> | 2023-02-18 19:41:11 +0100 |
commit | 1125d421496cab5cd38134f658764ba4f349cf9a (patch) | |
tree | 10babeb8b23e0eb672748dfdf9f765efd0ef1917 /.github | |
parent | 7982d26db0bdb132f14afa801fe48f04f81cc068 (diff) | |
download | tinygo-1125d421496cab5cd38134f658764ba4f349cf9a.tar.gz tinygo-1125d421496cab5cd38134f658764ba4f349cf9a.zip |
build/docker: use build context from pre-saved LLVM container to avoid rebuilding
Signed-off-by: deadprogram <[email protected]>
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/docker.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index 2e39dea33..1100c451d 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -53,6 +53,7 @@ jobs: push: true tags: ${{ steps.meta.outputs.tags }} labels: ${{ steps.meta.outputs.labels }} + build-contexts: tinygo-llvm-build=docker-image://tinygo/llvm-15 cache-from: type=gha cache-to: type=gha,mode=max - name: Trigger Drivers repo build on Github Actions |