18 lines
233 B
Makefile
18 lines
233 B
Makefile
|
|
build:
|
|
docker compose build
|
|
run: build
|
|
docker compose up
|
|
|
|
#linux:
|
|
# @$Env:GOOS="linux"; $Env:GOARCH="arm"; $Env:GOARM=5
|
|
|
|
# .profile
|
|
# cgo_enabled 0
|
|
|
|
push:
|
|
git status
|
|
git add -A
|
|
git commit -m "Transfer."
|
|
git push origin master
|