18d6663c13
added build arm64 binary for distribution added secrets for conf files updated example website changed build script CGO_ENABLED=0 so cross compiling works
5 lines
125 B
Bash
Executable file
5 lines
125 B
Bash
Executable file
#!/bin/sh
|
|
echo "encrypting files and adding to commit"
|
|
git secret hide
|
|
git add .gitsecret/paths/mapping.cfg
|
|
git add *.secret
|