Skip to content

ph4n70m-nuk3r/python-multiarch-test

Repository files navigation

python-multiarch-test

Simple Python Flask application served using Waitress.
Aim is to use GitHub Actions to build and deploy images for amd64 and arm64 architectures using QEMU and Docker Buildx.

Building container locally

buildah bud -t python-multiarch-test
or
docker build -t python-multiarch-test .

Running container locally

podman run -p 5000:5000 python-multiarch-test
or
docker run -p 5000:5000 python-multiarch-test

About

Test GitHub Actions workflow using QEMU and Docker Buildx

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published