Skip to content

Commit

Permalink
Update buildspec.yml
Browse files Browse the repository at this point in the history
Added --single-target to goreleaser command. Reduce unnecessary storage and reduce build time.
  • Loading branch information
ChrisPates committed Jun 20, 2022
1 parent 63aa0a9 commit a22b7a3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cicd/buildapp/buildspec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,8 @@ phases:

post_build:
commands:
# Make main
- goreleaser build --snapshot --rm-dist
# Make main but only for the lambda (linux amd64)
- goreleaser build --snapshot --rm-dist --single-target

- ls -la

Expand Down

0 comments on commit a22b7a3

Please sign in to comment.