mirror of
https://github.com/Ylianst/MeshCentral.git
synced 2024-12-26 07:05:52 -05:00
Merge pull request #4742 from PyTech-SRL/docker-multiplatform-build-arm64
Github Actions: Building Multiplatform Docker image (AMD64 and ARM64)
This commit is contained in:
commit
f74cd91438
5
.github/workflows/docker.yml
vendored
5
.github/workflows/docker.yml
vendored
@ -43,13 +43,14 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
|
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
|
||||||
- name: Build and push Docker image
|
- name: Build and push Docker image
|
||||||
uses: docker/build-push-action@v2
|
uses: docker/build-push-action@v3
|
||||||
with:
|
with:
|
||||||
context: .
|
context: .
|
||||||
file: docker/Dockerfile
|
file: docker/Dockerfile
|
||||||
|
platforms: linux/amd64,linux/arm64
|
||||||
push: true
|
push: true
|
||||||
tags: ${{ steps.meta.outputs.tags }}
|
tags: ${{ steps.meta.outputs.tags }}
|
||||||
labels: ${{ steps.meta.outputs.labels }}
|
labels: ${{ steps.meta.outputs.labels }}
|
||||||
build-args: |
|
build-args: |
|
||||||
INCLUDE_MONGODBTOOLS=true
|
INCLUDE_MONGODBTOOLS=true
|
||||||
PREINSTALL_LIBS=true
|
PREINSTALL_LIBS=true
|
||||||
|
Loading…
Reference in New Issue
Block a user