Skip to content

Build container images for different platforms #78

Closed
@kkazmierczyk

Description

@kkazmierczyk

Is your feature request related to a problem? Please describe.
Currently we have only container images for arm. They work on different architectures but it is not desired

Describe the solution you'd like
I build the containers using the following method:
podman buildx build --platform linux/amd64,linux/arm64,linux/i386 .
then republished the repositories

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions