Skip to content

Commit

Permalink
Remove hydra-tools from Github workflows
Browse files Browse the repository at this point in the history
We do not need to build static binaries and docker images for
hydra-tools anymore.
  • Loading branch information
ch1bo committed Aug 22, 2023
1 parent 9754dcc commit 540eacb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
docker:
strategy:
matrix:
target: [ hydra-node, hydra-tui, hydra-tools, hydraw ]
target: [ hydra-node, hydra-tui, hydraw ]

runs-on: ubuntu-latest
steps:
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/static_binary.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ jobs:
run: |
mkdir -p bin/
nix build .#hydra-node-static && cp result/bin/* bin/
nix build .#hydra-tools-static && cp result/bin/* bin/
nix build .#hydra-tui-static && cp result/bin/* bin/
- name: 💾 Upload executables
Expand Down

0 comments on commit 540eacb

Please sign in to comment.