Skip to content
This repository has been archived by the owner on Aug 29, 2020. It is now read-only.

Commit

Permalink
Fix goreleaser being in build folder
Browse files Browse the repository at this point in the history
  • Loading branch information
cjbassi committed May 11, 2018
1 parent 847b802 commit 3bcfe5f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions build/.goreleaser.yml
Expand Up @@ -18,3 +18,4 @@ archive:
format: tgz
dockers:
- image: cjbassi/gotop
- dockerfile: build/Dockerfile
2 changes: 1 addition & 1 deletion build/build_steps.txt
Expand Up @@ -2,6 +2,6 @@ make sure gotop builds and runs
tag commit with version number
export GitHub token in shell
run `sudo dockerd`
run `goreleaser --rm-dist`
run `goreleaser --rm-dist -f build/.goreleaser.yml`
run `git push`
update AUR package

0 comments on commit 3bcfe5f

Please sign in to comment.