Skip to content

Commit

Permalink
Merge pull request #13 from belodetek/ab77/operational
Browse files Browse the repository at this point in the history
revert
  • Loading branch information
belodetek[bot] authored Nov 3, 2023
2 parents 29bb8ba + ad644bb commit 742a35a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 26 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/flowzone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,14 +57,12 @@ jobs:
ghcr.io/belodetek/cfn-generic-provider,
public.ecr.aws/k4v3r5y6/cfn-generic-provider,
312433241086.dkr.ecr.us-east-1.amazonaws.com/cfn-generic-provider
# .. or multi-arch :/
# https://stackoverflow.com/a/76323686/1559300
# https://github.com/docker/buildx/issues/1533
# https://repost.aws/questions/QUIZjd2sL_TtCuoqtg5Q30LA/does-lambda-not-support-multi-architecture-container-images-manifests
docker_runs_on: >
{
"linux/arm64": ["ubuntu-latest"],
"linux/amd64": ["ubuntu-latest"]
}
# .. or multi-arch :/
# https://stackoverflow.com/a/76323686/1559300
# https://github.com/docker/buildx/issues/1533
# https://repost.aws/questions/QUIZjd2sL_TtCuoqtg5Q30LA/does-lambda-not-support-multi-architecture-container-images-manifests
bake_targets: |
default,amd64,arm64
20 changes: 0 additions & 20 deletions generic_provider/docker-bake.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -5,23 +5,3 @@ target "default" {
"linux/arm64"
]
}

# https://docs.docker.com/build/bake/reference/#targetattest
# https://docs.docker.com/build/attestations/slsa-provenance/
target "amd64" {
attest = [
"type=provenance,disabled=true"
]
platforms = [
"linux/amd64"
]
}

target "arm64" {
attest = [
"type=provenance,disabled=true"
]
platforms = [
"linux/arm64"
]
}

0 comments on commit 742a35a

Please sign in to comment.