basic backend and frontend communication done
This commit is contained in:
@@ -18,7 +18,7 @@ before:
|
||||
- go generate ./...
|
||||
builds:
|
||||
-
|
||||
main: main.go
|
||||
# main: main.go
|
||||
binary: "{{.ProjectName}}-{{.Os}}-{{.Arch}}"
|
||||
env:
|
||||
- CGO_ENABLED=0
|
||||
@@ -33,22 +33,23 @@ builds:
|
||||
# - arm64
|
||||
|
||||
archives:
|
||||
- replacements:
|
||||
- id: goInventorize-archive
|
||||
replacements:
|
||||
darwin: Darwin
|
||||
linux: Linux
|
||||
windows: Windows
|
||||
386: i386
|
||||
amd64: x86_64
|
||||
|
||||
- format_overrides:
|
||||
- goos: windows
|
||||
format: zip
|
||||
format_overrides:
|
||||
- goos: windows
|
||||
format: zip
|
||||
|
||||
- files:
|
||||
- LICENSE
|
||||
- README.md
|
||||
- frontend/build/**/*
|
||||
- defaults/*
|
||||
files:
|
||||
- LICENSE
|
||||
- README.md
|
||||
- frontend/build/**/*
|
||||
- defaults/*
|
||||
dockers:
|
||||
-
|
||||
goos: linux
|
||||
|
Reference in New Issue
Block a user