mirror of
https://github.com/status-im/infra-utils.git
synced 2025-02-22 08:58:19 +00:00
fix targets
Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
parent
a06801eeb5
commit
24ef34eda1
@ -1,11 +1,11 @@
|
||||
c-amd64:
|
||||
gcc main.go -o tcp-ping-amd64
|
||||
gcc main.c -o tcp-ping-amd64
|
||||
|
||||
c-arm:
|
||||
arm-linux-gnueabi-gcc -static main.c -o tcp-ping-arm64
|
||||
|
||||
c-arm64:
|
||||
aarch64-linux-gnu-gcc -static main.c -o tcp-ping-arm64
|
||||
aarch64-linux-gnu-gcc -static -Werror main.c -o tcp-ping-arm64
|
||||
|
||||
go-amd64:
|
||||
GOARCH=amd64 go build -o tcp-ping-amd64 main.go
|
||||
|
Loading…
x
Reference in New Issue
Block a user