Skip to content

Commit

Permalink
Fix teleport build after refactor to go/build
Browse files Browse the repository at this point in the history
Signed-off-by: Mark McCormick <[email protected]>
  • Loading branch information
mamccorm committed Nov 26, 2024
1 parent 1ae28a6 commit bcdfe63
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions teleport.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -94,12 +94,6 @@ pipeline:
cd tool/fdpass-teleport && cargo build --release --locked
install -Dm755 target/release/fdpass-teleport "${{targets.contextdir}}"/usr/local/bin/
# Install the go binaries
for bin in teleport tctl tsh tbot teleport-update; do
echo "Installing $bin to /usr/local/bin"
install -Dm755 $bin -t "${{targets.contextdir}}"/usr/local/bin
done
- uses: strip

update:
Expand Down

0 comments on commit bcdfe63

Please sign in to comment.