mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-03-11 01:29:19 +01:00
GitHub: specify docker image platforms
To enable building docker images for ARM64 platforms as well, we just need to specify the desired target platforms and the Docker Buildx service will do the job for us (provided the base images support the given platforms, which is the case for golang).
This commit is contained in:
parent
d870bb5002
commit
a2d4998962
1 changed files with 1 additions and 0 deletions
1
.github/workflows/docker.yml
vendored
1
.github/workflows/docker.yml
vendored
|
@ -37,6 +37,7 @@ jobs:
|
|||
uses: docker/build-push-action@v2
|
||||
with:
|
||||
push: true
|
||||
platforms: linux/amd64,linux/arm64
|
||||
tags: "${{ env.DOCKER_REPO }}/${{ env.DOCKER_IMAGE }}:${{ env.RELEASE_VERSION }}"
|
||||
build-args: checkout=${{ env.RELEASE_VERSION }}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue