Skip to content

Commit

Permalink
Builder Test 2 (#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
Phil Switzer authored Mar 21, 2023
1 parent f679035 commit 18a2948
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion hooks/build
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#!/bin/bash
docker buildx create --name=buildx-multi-arch --driver=docker-container --driver-opt=network=host
docker buildx build --builder=buildx-multi-arch --platform=linux/amd64,linux/arm64 --build-arg TAG=$DOCKER_TAG --tag=$IMAGE_NAME .
docker buildx build --push --builder=buildx-multi-arch --platform=linux/amd64,linux/arm64 --build-arg TAG=$DOCKER_TAG --tag=$IMAGE_NAME .
2 changes: 2 additions & 0 deletions hooks/push
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
#!/bin/bash
echo "Push complete in build phase with custom build hook."

0 comments on commit 18a2948

Please sign in to comment.