cross-platform-builds

command
v1.39.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 25, 2022 License: Apache-2.0 Imports: 3 Imported by: 0

README

Example: Getting started with a simple go app built for specified platform

Run:

skaffold build --default-repo=gcr.io/<your-repo> --platform=linux/arm64 --cache-artifacts=false

This will build for the linux/arm64 platform and push the image. You can test it by running:

docker run --platform linux/arm64 --rm -it gcr.io/<your-repo>/image:tag

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL