mirror of
https://github.com/Ylianst/MeshCentral.git
synced 2024-11-22 04:33:16 +03:00
Add support for building docker image for arm64 in github actions
This commit is contained in:
parent
5b06fefdae
commit
b46d5bb988
5
.github/workflows/docker.yml
vendored
5
.github/workflows/docker.yml
vendored
@ -43,13 +43,14 @@ jobs:
|
||||
with:
|
||||
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
|
||||
- name: Build and push Docker image
|
||||
uses: docker/build-push-action@v2
|
||||
uses: docker/build-push-action@v3
|
||||
with:
|
||||
context: .
|
||||
file: docker/Dockerfile
|
||||
platforms: linux/amd64,linux/arm64
|
||||
push: true
|
||||
tags: ${{ steps.meta.outputs.tags }}
|
||||
labels: ${{ steps.meta.outputs.labels }}
|
||||
build-args: |
|
||||
build-args: |
|
||||
INCLUDE_MONGODBTOOLS=true
|
||||
PREINSTALL_LIBS=true
|
||||
|
Loading…
Reference in New Issue
Block a user