mirror of https://github.com/hashicorp/packer
parent
fe584f4448
commit
0866cb3714
@ -1,6 +1,6 @@
|
||||
// +build !linux
|
||||
|
||||
package common
|
||||
package client
|
||||
|
||||
// IsAzure returns true if Packer is running on Azure (currently only works on Linux)
|
||||
func IsAzure() bool {
|
||||
@ -1,4 +1,4 @@
|
||||
package common
|
||||
package client
|
||||
|
||||
import (
|
||||
"bytes"
|
||||
@ -1,4 +1,4 @@
|
||||
package common
|
||||
package client
|
||||
|
||||
import (
|
||||
"io/ioutil"
|
||||
@ -1,4 +1,4 @@
|
||||
package common
|
||||
package client
|
||||
|
||||
import (
|
||||
"context"
|
||||
Loading…
Reference in new issue