Fix multiarch Docker build.

This commit is contained in:
Orne Brocaar 2022-05-02 15:14:29 +01:00
parent 35457c3954
commit ba4e633b01

View File

@ -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: