Skip to content

Commit 32074a6

Browse files
committed
Build image also for arm64 platform
Signed-off-by: Norman Ziegner <[email protected]>
1 parent f9a3187 commit 32074a6

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,5 +41,6 @@ jobs:
4141
build-args: VERSION=${{ matrix.version }}
4242
tags: ${{ steps.meta.outputs.tags }}
4343
labels: ${{ steps.meta.outputs.labels }}
44+
platforms: linux/amd64,linux/arm64
4445

4546
...

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,5 +55,6 @@ jobs:
5555
build-args: VERSION=${{ matrix.version }}
5656
tags: ${{ steps.meta.outputs.tags }}
5757
labels: ${{ steps.meta.outputs.labels }}
58+
platforms: linux/amd64,linux/arm64
5859

5960
...

0 commit comments

Comments
 (0)