mirror of
https://github.com/chirpstack/chirpstack.git
synced 2025-06-16 06:18:27 +00:00
Fix multiarch Docker build.
This commit is contained in:
5
Makefile
5
Makefile
@ -10,8 +10,9 @@ build-release:
|
|||||||
|
|
||||||
# Build distributable binaries.
|
# Build distributable binaries.
|
||||||
dist:
|
dist:
|
||||||
docker-compose run --rm chirpstack-build-amd64 make dist
|
# The pull is needed as else the specified platform is not respected.
|
||||||
docker-compose run --rm chirpstack-build-arm64 make dist
|
docker-compose pull chirpstack-build-amd64 && docker-compose run --rm chirpstack-build-amd64 make dist
|
||||||
|
docker-compose pull chirpstack-build-arm64 && docker-compose run --rm chirpstack-build-arm64 make dist
|
||||||
|
|
||||||
# Set the versions
|
# Set the versions
|
||||||
version:
|
version:
|
||||||
|
Reference in New Issue
Block a user