mirror of
https://github.com/datahub-project/datahub.git
synced 2025-12-27 09:58:14 +00:00
feat(docker): add multiplatform docker support for arm64 (m1) (#4221)
This commit is contained in:
parent
232f7c5b21
commit
0fd4cb5f8f
5
.github/workflows/docker-ingestion.yml
vendored
5
.github/workflows/docker-ingestion.yml
vendored
@ -70,6 +70,10 @@ jobs:
|
||||
# add git short SHA as Docker tag
|
||||
tag-custom: ${{ needs.setup.outputs.tag }}
|
||||
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
|
||||
if: ${{ needs.setup.outputs.publish == 'true' }}
|
||||
uses: docker/login-action@v1
|
||||
@ -81,6 +85,7 @@ jobs:
|
||||
with:
|
||||
context: .
|
||||
file: ./docker/datahub-ingestion/Dockerfile
|
||||
platforms: linux/amd64,linux/arm64
|
||||
tags: ${{ steps.docker_meta.outputs.tags }}
|
||||
push: ${{ needs.setup.outputs.publish == 'true' }}
|
||||
build-args: |
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user