Skip to content

Commit 49de3e6

Browse files
authored
Merge pull request #12 from OpenMined/madhava/use-future-release
adding extra builds
2 parents 92057bd + c729b57 commit 49de3e6

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/docker-build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ jobs:
6565
with:
6666
context: .
6767
file: ./docker/Dockerfile
68+
platforms: linux/amd64,linux/arm64
6869
push: true
6970
tags: ${{ steps.meta.outputs.tags }}
7071
labels: ${{ steps.meta.outputs.labels }}

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,7 @@ jobs:
156156
with:
157157
context: .
158158
file: ./docker/Dockerfile
159+
platforms: linux/amd64,linux/arm64
159160
push: true
160161
tags: ${{ steps.meta.outputs.tags }}
161162
labels: ${{ steps.meta.outputs.labels }}

0 commit comments

Comments
 (0)