Commit f0d2ab6
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
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
| 41 | + | |
0 commit comments