Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
lolopinto committed Aug 31, 2023
1 parent 475a640 commit ee16fd4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions release_image/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ import (
)

// next tag to use
const TAG = "v0.1.8.-test1"
const TAG = "v0.1.8.-test2"

// current node gets latest tag...
const CURRENT_NODE_VERSION = 18
Expand All @@ -42,8 +42,8 @@ var SUFFIXES = []string{

// can change platforms here to test locally
var PLATFORMS = []string{
// "linux/amd64",
"linux/arm64",
"linux/amd64",
// "linux/arm64",
}

func do(version int) error {
Expand Down

0 comments on commit ee16fd4

Please sign in to comment.