Skip to content

Commit 2f7a689

Browse files
Add script to build in deb and rpm (#348)
1 parent 1774ebd commit 2f7a689

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.goreleaser.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -169,6 +169,7 @@ nfpms:
169169
id: newrelic-super-agent
170170
builds:
171171
- newrelic-super-agent
172+
- newrelic-config-migrate
172173
formats:
173174
- deb
174175
- rpm

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "newrelic_super_agent"
33
description = "New Relic Super Agent Limited Preview"
4-
version = "0.6.1"
4+
version = "0.6.2"
55
edition = "2021"
66
authors = ["The New Relic Core Agent & Open Standards (CAOS) Team"]
77
publish = false

0 commit comments

Comments
 (0)