Skip to content
This repository has been archived by the owner on Feb 9, 2024. It is now read-only.

Commit

Permalink
feat: build arm64 / aarch64 (#1558)
Browse files Browse the repository at this point in the history
  • Loading branch information
viceice authored Jul 4, 2023
1 parent b36eb35 commit 9c98b9e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ jobs:
uses: containerbase/internal-tools@7fe2efd64c81896621492c7d130b9f4f31aff0fa # v1.18.9
with:
command: docker-builder
platforms: linux/amd64,linux/arm64
last-only: true
dry-run: ${{github.ref != 'refs/heads/main'}}
tag-suffix: full
Expand All @@ -42,6 +43,7 @@ jobs:
uses: containerbase/internal-tools@7fe2efd64c81896621492c7d130b9f4f31aff0fa # v1.18.9
with:
command: docker-builder
platforms: linux/amd64,linux/arm64
image-prefix: ghcr.io/${{ github.repository_owner }}
last-only: true
tag-suffix: full
2 changes: 1 addition & 1 deletion builder.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"image": "renovate",
"startVersion": "35.0.0",
"startVersion": "36.0.0",
"cache": "docker-build-cache"
}

0 comments on commit 9c98b9e

Please sign in to comment.