mirror of
https://github.com/chirpstack/chirpstack.git
synced 2025-01-18 02:29:45 +00:00
Fix multiarch Docker build.
This commit is contained in:
parent
35457c3954
commit
ba4e633b01
5
Makefile
5
Makefile
@ -10,8 +10,9 @@ build-release:
|
||||
|
||||
# Build distributable binaries.
|
||||
dist:
|
||||
docker-compose run --rm chirpstack-build-amd64 make dist
|
||||
docker-compose run --rm chirpstack-build-arm64 make dist
|
||||
# The pull is needed as else the specified platform is not respected.
|
||||
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
|
||||
version:
|
||||
|
Loading…
Reference in New Issue
Block a user