This brings over the initial buildx prototype from pulumi/pulumi-docker and fixes various build and release issues.
8 lines
93 B
Modula-2
8 lines
93 B
Modula-2
module provider-docker-build
|
|
|
|
go 1.20
|
|
|
|
require (
|
|
github.com/pulumi/pulumi/sdk/v3 v3.111.1
|
|
)
|