Skip to content
This repository was archived by the owner on Feb 24, 2025. It is now read-only.

Commit 775f235

Browse files
authored
Merge pull request #23 from zentron/patch-1
Update build to build for arm64 (in addition to amd64)
2 parents a6f6216 + 022f7cf commit 775f235

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/docker.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ jobs:
4545
- name: Build and push
4646
uses: docker/build-push-action@v4
4747
with:
48+
platforms: linux/amd64,linux/arm64
4849
push: ${{ github.event_name != 'pull_request' }}
4950
tags: ${{ steps.meta.outputs.tags }}
5051
labels: ${{ steps.meta.outputs.labels }}

0 commit comments

Comments
 (0)