openfaas / python-flask-template

HTTP and Flask-based OpenFaaS templates for Python 3
MIT License
85 stars 86 forks source link

Remove armhf templates and move to multi-arch / buildx #61

Closed alexellis closed 1 year ago

alexellis commented 1 year ago

Signed-off-by: Alex Ellis (OpenFaaS Ltd) alexellis2@gmail.com

Description

Remove armhf templates and move to multi-arch / buildx

Motivation and Context

Migrate as per the python3 template in the classic Go templates, where a separate -armhf/-arm64 template is not required and TARGETPLATFORM is introduced for use with buildkit / buildx and faas-cli publish.

How Has This Been Tested?

Tested with an RPi with a 32-bit OS and with a 64-bit ARM OS (Ubuntu 20.04).

Types of changes

Docs in this repo have been updated.