We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a5c809 commit b83993eCopy full SHA for b83993e
.github/workflows/release-workflow.yaml
@@ -33,6 +33,11 @@ jobs:
33
run: |
34
make release VERSION="${{ steps.extract_build_info.outputs.tag }}" BUILD="${{ steps.extract_build_info.outputs.commit_short }}"
35
36
+ - name: Set up QEMU
37
+ uses: docker/setup-qemu-action@v3
38
+ - name: Set up Docker Buildx
39
+ uses: docker/setup-buildx-action@v3
40
+
41
- name: Login to registry.cloud.qdrant.io
42
uses: docker/login-action@v3
43
with:
0 commit comments