Skip to content

Commit

Permalink
Binaries for linux-arm #2068 (#3783)
Browse files Browse the repository at this point in the history
Make GOARCH configurable in order to build skaffold on other platforms
such as arm and arm64.
  • Loading branch information
dgageot committed Mar 5, 2020
1 parent 9b2bdc8 commit 658691b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
GOOS ?= $(shell go env GOOS)
GOARCH = amd64
GOARCH ?= amd64
BUILD_DIR ?= ./out
ORG = github.com/GoogleContainerTools
PROJECT = skaffold
Expand Down
2 changes: 1 addition & 1 deletion Makefile.diag
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
GOOS ?= $(shell go env GOOS)
GOARCH = amd64
GOARCH ?= amd64
BUILD_DIR ?= ./out
ORG := github.com/GoogleContainerTools
PROJECT := diag
Expand Down

0 comments on commit 658691b

Please sign in to comment.