Skip to content

Commit

Permalink
Update docker-bake.hcl
Browse files Browse the repository at this point in the history
  • Loading branch information
taylorific authored Nov 22, 2023
1 parent 2715aa1 commit c4a5c50
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions hadolint/docker-bake.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -28,22 +28,12 @@ target "_common" {
]
}

target "lint" {
dockerfile = "Containerfile"
target = "lint"
output = ["type=cacheonly"]
}

target "local" {
inherits = ["_common"]
platforms = ["${LOCAL_PLATFORM}"]
}

group "default" {
targets = ["lint", "release"]
}

target "release" {
target "default" {
inherits = ["_common"]
platforms = ["linux/amd64", "linux/arm64/v8"]
labels = {
Expand Down

0 comments on commit c4a5c50

Please sign in to comment.