open-policy-agent / opa-docker-authz

A policy-enabled authorization plugin for Docker.
Apache License 2.0
81 stars 25 forks source link

Build docker images for arm64 architecture #86

Closed larhauga closed 7 months ago

larhauga commented 7 months ago

We would like to use this plugin on arm instances. It works well on amd64. Would it be possible to do a multi arch build and publish of the container images?

anderseknert commented 7 months ago

I don't see why not, as long as it's supported by Docker. Contributions would be welcome :)