Skip to content

Commit 02ac37d

Browse files
committed
building a multi platform docker image for easier adoption on arm and amd platforms
1 parent 03b8548 commit 02ac37d

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/docker.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ name: Docker Image
33
on:
44
push:
55
branches: [ development ]
6+
pull_request:
7+
branches: [ development ]
68

79
jobs:
810
push_to_registries:
@@ -40,6 +42,7 @@ jobs:
4042
uses: docker/build-push-action@ad44023a93711e3deb337508980b4b5e9bcdc5dc
4143
with:
4244
context: .
45+
platforms: linux/amd64,linux/arm64
4346
push: true
4447
tags: ${{ steps.meta.outputs.tags }}
4548
labels: ${{ steps.meta.outputs.labels }}

0 commit comments

Comments
 (0)