diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index be2380d..f1ec574 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -83,6 +83,7 @@ jobs: context: . dockerfile: mods/apiserver/Dockerfile tags: "latest,${{ needs.get_version.outputs.VERSION }}" + platforms: linux/amd64,linux/arm64 - name: Publish the Front Office to Docker Hub uses: elgohr/Publish-Docker-Github-Action@v5 @@ -93,3 +94,4 @@ jobs: context: . dockerfile: mods/frontoffice/Dockerfile tags: "latest,${{ needs.get_version.outputs.VERSION }}" + platforms: linux/amd64,linux/arm64