diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 7d0bc58..fc2e919 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -257,4 +257,6 @@ jobs: platforms: linux/arm64 build-args: | SOURCE=${{ env.SOURCE }} - DIST_PATH=${{ env.DIST_PATH || '' }} \ No newline at end of file + DIST_PATH=${{ env.DIST_PATH || '' }} + cache-from: Loads cached layers from /tmp/.buildx-cache. + cache-to: Saves updated layers to /tmp/.buildx-cache. \ No newline at end of file