mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-01-05 19:59:37 -06:00
3 lines
75 B
Makefile
3 lines
75 B
Makefile
.PHONY: build
|
|
build:
|
|
env GOOS=linux GOARCH=arm64 go build -o bin/ocwrapper
|