feat(docker): Use docker buildx and Add ARM builds for dockerize and websocket (#25377)

This commit is contained in:
Aleksey Karpov
2023-09-25 23:08:21 +03:00
committed by GitHub
parent 0c083bdc1a
commit e1a91e2228
5 changed files with 104 additions and 58 deletions

View File

@@ -29,6 +29,10 @@ jobs:
persist-credentials: false
submodules: recursive
ref: ${{ github.ref }}
- name: Set up QEMU
uses: docker/setup-qemu-action@v1
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v1
- shell: bash
env:
DOCKERHUB_USER: ${{ secrets.DOCKERHUB_USER }}