Create Multi Arch Pipelines with Github Actions.
Hello, I would like to share with you a sample Github workflow which builds Multiple Architecture Docker Images and finally push them to DockerHub.
# https://github.com/docker/metadata-action
name: Multi-Arch-Build
on:
workflow_dispatch:
jobs:
...
t-velmachos.hashnode.dev1 min read