mirror of
https://github.com/datahub-project/datahub.git
synced 2025-09-09 09:11:01 +00:00
[fix] create multiplatform docker build from elasticsearch-setup (#3562)
This commit is contained in:
parent
504a72ac8c
commit
001075b3c8
@ -57,6 +57,10 @@ jobs:
|
|||||||
# add git short SHA as Docker tag
|
# add git short SHA as Docker tag
|
||||||
tag-custom: ${{ needs.setup.outputs.tag }}
|
tag-custom: ${{ needs.setup.outputs.tag }}
|
||||||
tag-custom-only: true
|
tag-custom-only: true
|
||||||
|
- name: Set up QEMU
|
||||||
|
uses: docker/setup-qemu-action@v1
|
||||||
|
- name: Set up Docker Buildx
|
||||||
|
uses: docker/setup-buildx-action@v1
|
||||||
- name: Login to DockerHub
|
- name: Login to DockerHub
|
||||||
if: ${{ needs.setup.outputs.publish == 'true' }}
|
if: ${{ needs.setup.outputs.publish == 'true' }}
|
||||||
uses: docker/login-action@v1
|
uses: docker/login-action@v1
|
||||||
@ -67,5 +71,6 @@ jobs:
|
|||||||
uses: docker/build-push-action@v2
|
uses: docker/build-push-action@v2
|
||||||
with:
|
with:
|
||||||
file: ./docker/elasticsearch-setup/Dockerfile
|
file: ./docker/elasticsearch-setup/Dockerfile
|
||||||
|
platforms: linux/amd64,linux/arm64
|
||||||
tags: ${{ steps.docker_meta.outputs.tags }}
|
tags: ${{ steps.docker_meta.outputs.tags }}
|
||||||
push: ${{ needs.setup.outputs.publish == 'true' }}
|
push: ${{ needs.setup.outputs.publish == 'true' }}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user