Switched to clang
This commit is contained in:
parent
35f6c4acbf
commit
bba7ce98d0
2 changed files with 7 additions and 6 deletions
2
Makefile
2
Makefile
|
|
@ -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
|
||||
|
|
|
|||
Reference in a new issue