diff --git a/.github/workflows/docker-image.yaml b/.github/workflows/docker-image.yaml index bd5edc2d..9ff00db3 100644 --- a/.github/workflows/docker-image.yaml +++ b/.github/workflows/docker-image.yaml @@ -95,8 +95,7 @@ jobs: uses: docker/build-push-action@v2 with: context: . - # platforms: linux/amd64,linux/arm64 - platforms: linux/amd64 + platforms: linux/amd64,linux/arm64 build-args: | "LAGOON_VERSION=${{ env.VERSION }}" "BUILD=${{ env.BUILD }}"