Skip to content

Commit 4f0f972

Browse files
authored
Merge pull request #23 from DBOMproject/experimental/arm-support
Add ARM multiplatform build
2 parents 3d2e6d3 + 1898128 commit 4f0f972

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
with:
4545
context: .
4646
file: ./Dockerfile
47-
platforms: linux/amd64
47+
platforms: linux/amd64,linux/arm64
4848
push: ${{ github.event_name != 'pull_request' }}
4949
tags: ${{ steps.docker_meta.outputs.tags }}
5050
labels: ${{ steps.docker_meta.outputs.labels }}

0 commit comments

Comments
 (0)