File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ import (
2222
2323const (
2424 VersionMajor = 0 // Major version component of the current release
25- VersionMinor = 3 // Minor version component of the current release
25+ VersionMinor = 4 // Minor version component of the current release
2626 VersionPatch = 0 // Patch version component of the current release
2727 VersionMeta = "alpha" // Version metadata to append to the version string
2828)
Original file line number Diff line number Diff line change 11#! /bin/bash
22
33version=$1
4- # build=linux
5- build=arm
4+ build=linux
5+ # build=arm
66
77if [ -z " $version " ]
88then
1111fi
1212
1313make VERSION=$version release
14+ make VERSION=$version linux-arm-7
15+ make VERSION=$version linux-arm-64
1416
1517WORKING_DIR=release/
1618
You can’t perform that action at this time.
0 commit comments