Delete Makefile

This commit is contained in:
Andrey Egorov 2024-07-23 17:28:03 +03:00 committed by GitHub
parent a5d216ffc9
commit ef5f86b970
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,17 +0,0 @@
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