Fix IP address print
Fix docker repo Fix local build tasks
This commit is contained in:
9
.vscode/tasks.json
vendored
9
.vscode/tasks.json
vendored
@@ -6,7 +6,7 @@
|
||||
{
|
||||
"label": "Local Build",
|
||||
"type": "shell",
|
||||
"command": "cd mandelmapper ; go build",
|
||||
"command": "go build ; ./mandelmapper",
|
||||
"group": {
|
||||
"kind": "build",
|
||||
"isDefault": true
|
||||
@@ -15,12 +15,7 @@
|
||||
{
|
||||
"label": "Raspberry Pi 3 Build",
|
||||
"type": "shell",
|
||||
"command": "cd mandelmapper ; export GOOS=linux ; export GOARCH=arm ; export GOARM=7 ; go build",
|
||||
"group": {
|
||||
"kind": "build",
|
||||
"isDefault": true
|
||||
},
|
||||
"problemMatcher": []
|
||||
"command": "export GOOS=linux ; export GOARCH=arm ; export GOARM=7 ; go build"
|
||||
}
|
||||
]
|
||||
}
|
Reference in New Issue
Block a user