diff --git a/.github/workflows/build_test_deploy.yml b/.github/workflows/build_test_deploy.yml index 5f893635..7a042eee 100644 --- a/.github/workflows/build_test_deploy.yml +++ b/.github/workflows/build_test_deploy.yml @@ -135,7 +135,7 @@ jobs: push: false set: | *.cache-from=type=gha,scope=build-${{ matrix.target }} - *.cache-to=type=gha,scope=build-${{ matrix.target }},mode=max + *.cache-to=type=gha,scope=build-${{ matrix.target }},mode=min *.platform=${{ inputs.architecture }} # This job runs all the tests. diff --git a/webmails/roundcube/Dockerfile b/webmails/roundcube/Dockerfile index d345442f..800c0e42 100644 --- a/webmails/roundcube/Dockerfile +++ b/webmails/roundcube/Dockerfile @@ -1,4 +1,3 @@ -# NOTE: only add qemu-arm-static if building for arm FROM php:8.0-apache ARG VERSION