mirror of
https://github.com/PostHog/posthog.git
synced 2024-11-21 13:39:22 +01:00
6 lines
111 B
Bash
6 lines
111 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
env GOOS=linux GOARCH=arm64 go build -o dist/livestream
|
||
|
scp dist/livestream ubuntu@172.31.40.65:
|
||
|
|