diff options
author | Anders F Björklund <anders.f.bjorklund@gmail.com> | 2021-03-28 10:27:57 +0200 |
---|---|---|
committer | Anders F Björklund <anders.f.bjorklund@gmail.com> | 2021-03-29 21:53:48 +0200 |
commit | 870beaf137d6afb674bbd1743eaa8a761dd54511 (patch) | |
tree | 31f183120400a987bd8488d94408889e5b105c0f /cmd/podman/machine/stop.go | |
parent | aa96cb6739303a4bf76aeb6395e8ef79ff8ef0ee (diff) | |
download | podman-870beaf137d6afb674bbd1743eaa8a761dd54511.tar.gz podman-870beaf137d6afb674bbd1743eaa8a761dd54511.tar.bz2 podman-870beaf137d6afb674bbd1743eaa8a761dd54511.zip |
Add machine support for qemu-system-aarch64
- Build machine also for podman-linux-arm64
- Add default machine type for linux arm64
- Add the required qemu-uefi bios parameter
- Remove hardcoded outdated path and show url
Signed-off-by: Anders F Björklund <anders.f.bjorklund@gmail.com>
Diffstat (limited to 'cmd/podman/machine/stop.go')
-rw-r--r-- | cmd/podman/machine/stop.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/podman/machine/stop.go b/cmd/podman/machine/stop.go index 4fcb065a3..7d655f0ba 100644 --- a/cmd/podman/machine/stop.go +++ b/cmd/podman/machine/stop.go @@ -1,4 +1,4 @@ -// +build amd64,linux amd64,darwin arm64,darwin +// +build amd64,linux arm64,linux amd64,darwin arm64,darwin package machine |