Skip to content

Commit

Permalink
chore: remove context script
Browse files Browse the repository at this point in the history
  • Loading branch information
merklefruit committed Jul 25, 2024
1 parent 2bd39ac commit 502942a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 17 deletions.
4 changes: 0 additions & 4 deletions Justfile
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,3 @@ release tag:
cd mev-boost-relay && docker buildx build --platform linux/amd64,linux/arm64 -t ghcr.io/chainbound/bolt-relay:{{tag}} --push .
cd builder && docker buildx build --platform linux/amd64,linux/arm64 -t ghcr.io/chainbound/bolt-builder:{{tag}} --push .
cd mev-boost && docker buildx build --platform linux/amd64,linux/arm64 -t ghcr.io/chainbound/bolt-mev-boost:{{tag}} --push .

# setup the remote docker builder context from our private Tailnet server
setup-remote-builder:
chmod +x ./scripts/setup_remote_builder.sh && ./scripts/setup_remote_builder.sh
13 changes: 0 additions & 13 deletions scripts/setup_remote_builder.sh

This file was deleted.

0 comments on commit 502942a

Please sign in to comment.