Skip to content

Commit

Permalink
Update accordingly to 4ce3928
Browse files Browse the repository at this point in the history
  • Loading branch information
xZero707 committed Jun 22, 2024
1 parent 48f944c commit f7f4102
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions bin/build
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
#!/usr/bin/env sh

docker buildx create --use --name build --node build --driver-opt network=host
docker buildx build --pull --push --platform linux/amd64,linux/aarch64 --tag "nlss/chrony-server:latest" .
docker buildx build --pull --push --platform linux/amd64,linux/aarch64 --tag "nlss/chrony-server:dev" --file Dockerfile.dev .
docker buildx bake --pull --file build/docker-bake.hcl --push

0 comments on commit f7f4102

Please sign in to comment.