Skip to content

Commit

Permalink
wip: fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jmgilman committed Oct 22, 2024
1 parent e56f486 commit 5026e6e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions examples/go/blueprint.cue
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: "1.0.0"
project: {
name: "go"
ci: targets: {
publish: {
docker: {
args: {
version: string | *"v0.0.0" @env(name="GIT_TAG_VERSION",type="string")
}
Expand All @@ -11,7 +11,7 @@ project: {
"linux/arm64",
]
}
release: {
github: {
args: {
version: string | *"v0.0.0" @env(name="GIT_TAG_VERSION",type="string")
}
Expand Down
4 changes: 2 additions & 2 deletions examples/rust/blueprint.cue
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@ project: {
build: {
privileged: true
}
release: {
docker: {
platforms: [
"linux/amd64",
"linux/arm64",
]
privileged: true
}
publish: {
github: {
platforms: [
"linux/amd64",
"linux/arm64",
Expand Down

0 comments on commit 5026e6e

Please sign in to comment.