Skip to content

Commit

Permalink
Add artifacts manifest (automatically generated) (#49)
Browse files Browse the repository at this point in the history
  • Loading branch information
jeanneryan authored Aug 2, 2024
1 parent 66fe3a1 commit 4ed2c21
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .release/nomad-device-nvidia-artifacts.hcl
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# Copyright (c) HashiCorp, Inc.
# SPDX-License-Identifier: BUSL-1.1

schema = 1
artifacts {
zip = [
"nomad-device-nvidia_${version}_linux_amd64.zip",
]
rpm = [
"nomad-device-nvidia-${version_linux}-1.x86_64.rpm",
]
deb = [
"nomad-device-nvidia_${version_linux}-1_amd64.deb",
]
}

0 comments on commit 4ed2c21

Please sign in to comment.