mirror of
https://github.com/pstrueb/piper.git
synced 2026-06-12 14:42:27 +00:00
Try buildx
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
.PHONY: clean
|
||||
.PHONY: clean docker
|
||||
|
||||
all:
|
||||
cmake -Bbuild -DCMAKE_INSTALL_PREFIX=install
|
||||
@@ -6,5 +6,8 @@ all:
|
||||
cd build && ctest --config Release
|
||||
cmake --install build
|
||||
|
||||
docker:
|
||||
docker buildx build . --platform linux/amd64,linux/arm64,linux/arm/v7 --output 'type=local,dest=dist'
|
||||
|
||||
clean:
|
||||
rm -rf build install
|
||||
rm -rf build install dist
|
||||
|
||||
Reference in New Issue
Block a user