diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 601aa2bf79..fd1f467eac 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -217,9 +217,12 @@ jobs: context: . file: ${{ matrix.base_path }}/${{ matrix.project_name }}/Dockerfile platforms: | + linux/386, linux/amd64, + linux/arm/v6, linux/arm/v7, - linux/arm64 + linux/arm64, + linux/riscv64 push: true tags: ${{ steps.image-name.outputs.name }}