Skip to content

Commit f0d2ab6

Browse files
jasonrogenankanaev
authored andcommitted
Add support for ARM64 Docker images
Commit updates the build-docker workflow to add suport for ARM64 images. Testing ======= Locally, I attempted to build an image from the provided Dockerfile in an ARM64 host using: ```sh podman build -t yarr:latest -f etc/dockerfile . ``` The `platforms` input is provided as documented in [1]. 1 - https://github.com/docker/build-push-action?tab=readme-ov-file#inputs Signed-off-by: Jason Rogena <[email protected]>
1 parent 42ee037 commit f0d2ab6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build-docker.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,3 +38,4 @@ jobs:
3838
push: true
3939
tags: ${{ steps.meta.outputs.tags }}
4040
labels: ${{ steps.meta.outputs.labels }}
41+
platforms: linux/amd64,linux/arm64

0 commit comments

Comments
 (0)