Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
42 changes: 42 additions & 0 deletions influx.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
package:
name: influx
version: 2.7.1
epoch: 0
description: CLI for managing resources in InfluxDB v2
copyright:
- license: MIT

environment:
contents:
packages:
- ca-certificates-bundle
- busybox
- go
- build-base
- git

pipeline:
- uses: git-checkout
with:
repository: https://github.com/influxdata/influx-cli
tag: v${{package.version}}
expected-commit: 401f3a40326616d5b5f32e814db0248982f557f5

- runs: |
# Mitigate GHSA-69ch-w2m2-3vjp
go get golang.org/x/text@v0.3.8
go mod tidy

# Our global LDFLAGS conflict with a Makefile parameter
unset LDFLAGS
make
mkdir -p ${{targets.destdir}}/usr/bin
mv bin/linux/$(go env GOARCH)/influx ${{targets.destdir}}/usr/bin/influx

- uses: strip

update:
enabled: true
github:
identifier: influxdata/influx-cli
strip-prefix: v
1 change: 1 addition & 0 deletions packages.txt
Original file line number Diff line number Diff line change
Expand Up @@ -530,6 +530,7 @@ cortex
rpcsvc-proto
protoc-gen-go
influxd
influx
chartmuseum
protoc-gen-go-grpc
libtraceevent
Expand Down