diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 04d07294..55897785 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -40,9 +40,6 @@ jobs: with: targets: validate pull: true - set: | - *.cache-from=type=gha,scope=diun-validate - *.cache-to=type=gha,scope=diun-validate,mode=max test: runs-on: ubuntu-latest @@ -61,9 +58,6 @@ jobs: with: targets: test pull: true - set: | - *.cache-from=type=gha,scope=diun-test - *.cache-to=type=gha,scope=diun-test,mode=max - name: Upload coverage uses: codecov/codecov-action@v2 @@ -126,9 +120,6 @@ jobs: with: targets: artifact-all pull: true - set: | - *.cache-from=type=gha,scope=diun-artifact - *.cache-to=type=gha,scope=diun-artifact,mode=max - name: Move artifacts run: | @@ -150,10 +141,6 @@ jobs: targets: image-all pull: true push: ${{ github.event_name != 'pull_request' }} - set: | - *.cache-from=type=gha,scope=diun-artifact - *.cache-from=type=gha,scope=diun-image - *.cache-to=type=gha,scope=diun-image,mode=max - name: GitHub Release uses: softprops/action-gh-release@v1 diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml index 8c736816..d24d8e83 100644 --- a/.github/workflows/e2e.yml +++ b/.github/workflows/e2e.yml @@ -58,10 +58,6 @@ jobs: with: targets: image-local pull: true - set: | - *.cache-from=type=gha,scope=diun-image - *.cache-from=type=gha,scope=diun-e2e-${{ matrix.folder }} - *.cache-to=type=gha,scope=diun-e2e-${{ matrix.folder }},mode=max - name: Start container run: | diff --git a/docker-bake.hcl b/docker-bake.hcl index ea40c2d0..4a85cca2 100644 --- a/docker-bake.hcl +++ b/docker-bake.hcl @@ -113,7 +113,8 @@ target "artifact-all" { "linux/riscv64", "linux/s390x", "windows/386", - "windows/amd64" + "windows/amd64", + "windows/arm64" ] } diff --git a/docs/install/binary.md b/docs/install/binary.md index 1a770e35..354817bf 100644 --- a/docs/install/binary.md +++ b/docs/install/binary.md @@ -19,6 +19,7 @@ Choose the archive matching the destination platform: * [diun_[[ git.tag | trim('v') ]]_linux_s390x.tar.gz]([[ config.repo_url ]]/releases/download/v[[ git.tag | trim('v') ]]/diun_[[ git.tag | trim('v') ]]_linux_s390x.tar.gz) * [diun_[[ git.tag | trim('v') ]]_windows_386.zip]([[ config.repo_url ]]/releases/download/v[[ git.tag | trim('v') ]]/diun_[[ git.tag | trim('v') ]]_windows_386.zip) * [diun_[[ git.tag | trim('v') ]]_windows_amd64.zip]([[ config.repo_url ]]/releases/download/v[[ git.tag | trim('v') ]]/diun_[[ git.tag | trim('v') ]]_windows_amd64.zip) +* [diun_[[ git.tag | trim('v') ]]_windows_arm64.zip]([[ config.repo_url ]]/releases/download/v[[ git.tag | trim('v') ]]/diun_[[ git.tag | trim('v') ]]_windows_arm64.zip) And extract diun: