Skip to content

Commit

Permalink
ci: adjust package
Browse files Browse the repository at this point in the history
Signed-off-by: thxCode <[email protected]>
  • Loading branch information
thxCode committed Aug 4, 2024
1 parent 5c34211 commit 49e15ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ package: build
if [[ "$(PACKAGE_PUBLISH)" == "true" ]]; then \
if [[ -z $$(docker buildx inspect --builder "gguf-parser") ]]; then \
docker run --rm --privileged tonistiigi/binfmt:qemu-v7.0.0 --install $$platform; \
docker buildx create --name "gguf-parser" --driver "docker-container" --buildkitd-flags "--allow-insecure-entitlement security.insecure --allow-insecure-entitlement network.host" --use --bootstrap; \
docker buildx create --name "gguf-parser" --driver "docker-container" --buildkitd-flags "--allow-insecure-entitlement security.insecure --allow-insecure-entitlement network.host" --bootstrap; \
fi; \
docker buildx build --progress=plain --platform=$$platform --builder="gguf-parser" --output="type=image,name=$$image,push=true" "$(SRCDIR)"; \
else \
Expand Down

0 comments on commit 49e15ae

Please sign in to comment.