Skip to content

Commit

Permalink
Docker hub custom build (#9)
Browse files Browse the repository at this point in the history
* Create build

* Update build
  • Loading branch information
thebluetiger committed Mar 16, 2023
1 parent d15e2f4 commit 91e0f2c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions hooks/build
@@ -1,2 +1,3 @@
#!/bin/bash
docker buildx create --name=buildx-multi-arch --driver=docker-container --driver-opt=network=host
docker buildx build --push --builder=buildx-multi-arch --platform=linux/amd64,linux/arm64 --build-arg TAG=$DOCKER_TAG --tag=$IMAGE_NAME .

0 comments on commit 91e0f2c

Please sign in to comment.