Switched to clang

This commit is contained in:
Jef Roosens 2021-07-21 15:56:33 +02:00
parent 35f6c4acbf
commit bba7ce98d0
Signed by: Jef Roosens
GPG key ID: B580B976584B5F30
2 changed files with 7 additions and 6 deletions

View file

@ -17,7 +17,7 @@ image:
publish:
@ docker buildx build . \
--platform linux/amd64,linux/arm64 \
--platform linux/amd64,linux/arm64,linux/arm/v7 \
-t ${DOCKER_TAG} \
--pull \
--push