Skip to content

Commit 596e165

Browse files
authored
Merge pull request #3351 from jacomago/arm64docker
Add build of arm64 images
2 parents 094a809 + 6675d14 commit 596e165

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/alarm-logger-docker-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
with:
5757
context: services/alarm-logger
5858
push: true
59-
platforms: linux/amd64
59+
platforms: linux/amd64,linux/arm64
6060
tags: ${{ steps.meta.outputs.tags }}
6161
labels: ${{ steps.meta.outputs.labels }}
6262
cache-from: type=gha

.github/workflows/alarm-server-docker-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
with:
5757
context: services/alarm-server
5858
push: true
59-
platforms: linux/amd64
59+
platforms: linux/amd64,linux/arm64
6060
tags: ${{ steps.meta.outputs.tags }}
6161
labels: ${{ steps.meta.outputs.labels }}
6262
cache-from: type=gha

.github/workflows/save-and-restore-docker-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
with:
4646
context: services/save-and-restore
4747
push: true
48-
platforms: linux/amd64
48+
platforms: linux/amd64,linux/arm64
4949
tags: ${{ steps.meta.outputs.tags }}
5050
labels: ${{ steps.meta.outputs.labels }}
5151
cache-from: type=gha

0 commit comments

Comments
 (0)