diff --git a/.github/workflows/docker-image-web.yml b/.github/workflows/docker-image-web.yml index 35e7ab9..b157ae7 100644 --- a/.github/workflows/docker-image-web.yml +++ b/.github/workflows/docker-image-web.yml @@ -59,6 +59,6 @@ jobs: builder: ${{ steps.buildx.outputs.name }} context: . file: ./Dockerfile-web - platforms: linux/amd64 + platforms: linux/amd64,linux/arm64 push: true tags: ${{ steps.prep.outputs.tags }}