mirror of
https://github.com/ddworken/hishtory.git
synced 2024-11-24 17:23:21 +01:00
Remove no longer used dot files
This commit is contained in:
parent
13906185be
commit
a61e56a01b
@ -1,2 +0,0 @@
|
|||||||
.git
|
|
||||||
node_modules/
|
|
@ -1,15 +0,0 @@
|
|||||||
version: 1
|
|
||||||
|
|
||||||
env:
|
|
||||||
- CGO_ENABLED=0
|
|
||||||
|
|
||||||
flags:
|
|
||||||
- -trimpath
|
|
||||||
|
|
||||||
goos: darwin
|
|
||||||
goarch: amd64
|
|
||||||
|
|
||||||
binary: hishtory-{{ .Os }}-{{ .Arch }}
|
|
||||||
|
|
||||||
ldflags:
|
|
||||||
- '{{ .Env.VERSION_LDFLAGS }}'
|
|
@ -1,15 +0,0 @@
|
|||||||
version: 1
|
|
||||||
|
|
||||||
env:
|
|
||||||
- CGO_ENABLED=0
|
|
||||||
|
|
||||||
flags:
|
|
||||||
- -trimpath
|
|
||||||
|
|
||||||
goos: darwin
|
|
||||||
goarch: arm64
|
|
||||||
|
|
||||||
binary: hishtory-{{ .Os }}-{{ .Arch }}
|
|
||||||
|
|
||||||
ldflags:
|
|
||||||
- '{{ .Env.VERSION_LDFLAGS }}'
|
|
@ -1,15 +0,0 @@
|
|||||||
version: 1
|
|
||||||
|
|
||||||
env:
|
|
||||||
- CGO_ENABLED=0
|
|
||||||
|
|
||||||
flags:
|
|
||||||
- -trimpath
|
|
||||||
|
|
||||||
goos: linux
|
|
||||||
goarch: amd64
|
|
||||||
|
|
||||||
binary: hishtory-{{ .Os }}-{{ .Arch }}
|
|
||||||
|
|
||||||
ldflags:
|
|
||||||
- '{{ .Env.VERSION_LDFLAGS }}'
|
|
Loading…
Reference in New Issue
Block a user