Skip to content

Commit

Permalink
Add all pro distros
Browse files Browse the repository at this point in the history
  • Loading branch information
kminehart committed Aug 30, 2023
1 parent dc6a4e8 commit 69cb8fd
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions scripts/drone_publish_tag_pro.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,11 @@ dagger run --silent go run ./cmd \
package \
--yarn-cache=${YARN_CACHE_FOLDER} \
--distro=linux/amd64 \
--distro=linux/arm64 \
--distro=linux/armv6 \
--distro=linux/armv7 \
--distro=darwin/amd64 \
--distro=windows/amd64 \
--env GO_BUILD_TAGS=pro \
--env WIRE_TAGS=pro \
--go-tags=pro \
Expand Down

0 comments on commit 69cb8fd

Please sign in to comment.