diff options
| author | IwanIDev <iwan@iwani.dev> | 2026-03-04 17:08:16 +0000 |
|---|---|---|
| committer | IwanIDev <iwan@iwani.dev> | 2026-03-04 17:08:16 +0000 |
| commit | 0bc5290fd6f34992584d5ad20a1daeb6d3f795db (patch) | |
| tree | 688dbc22ad36a272c8cec85b1867cc8410c22715 | |
| parent | b8be8aa9421edfa11dd23c91c90a7843d5307e2d (diff) | |
Add support for ARM64 platform and disable provenance in Docker build
| -rw-r--r-- | .github/workflows/docker_build.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/docker_build.yml b/.github/workflows/docker_build.yml index 06c287e..0d13852 100644 --- a/.github/workflows/docker_build.yml +++ b/.github/workflows/docker_build.yml @@ -52,6 +52,8 @@ jobs: push: ${{ github.event_name != 'pull_request' }} tags: ${{ steps.meta.outputs.tags }} labels: ${{ steps.meta.outputs.labels }} + platforms: linux/arm64 + provenance: false cache-from: type=gha cache-to: type=gha,mode=max |
