Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/fils/nabu
Browse files Browse the repository at this point in the history
  • Loading branch information
fils committed Oct 29, 2021
2 parents 0b17a69 + c66ca17 commit 1de54e5
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 7 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/release_nabu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@ jobs:
strategy:
matrix:
# build and publish in parallel: linux/amd64
# goos: [linux, windows, darwin]
# goarch: [amd64,arm]
goos: [linux]
goarch: [amd64]
goos: [linux, windows, darwin]
goarch: [amd64,arm64 ]
# goos: [linux]
# goarch: [amd64]
exclude:
- goarch: "386"
- goarch: ["386",arm]
goos: darwin
steps:
- uses: actions/checkout@v2
Expand All @@ -30,5 +30,5 @@ jobs:
project_path: "./cmd/nabu"
binary_name: "nabu"
ldflags: "-s -w"
extra_files: README.md
extra_files: README.md docs/ web/ config/ scripts/
# extra_files: LICENSE README.md
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@ cmd/nabu/nabu
**/secret/
secret/**
logs/**
/cmd/nabu/nabu
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.0.0
1.0.1

0 comments on commit 1de54e5

Please sign in to comment.