Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
//go:build suse || ubuntu || debian
// +build suse ubuntu debian
//go:build suse || ubuntu || debian || chainguard
// +build suse ubuntu debian chainguard

// Copyright 2017-2018 Amazon.com, Inc. or its affiliates. All Rights Reserved.
//
Expand Down
4 changes: 2 additions & 2 deletions ecs-init/config/config_unspecified.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
//go:build !suse && !ubuntu && !al2 && !debian && !generic_rpm
// +build !suse,!ubuntu,!al2,!debian,!generic_rpm
//go:build !suse && !ubuntu && !al2 && !debian && !generic_rpm && !chainguard
// +build !suse,!ubuntu,!al2,!debian,!generic_rpm,!chainguard

// Copyright 2017-2018 Amazon.com, Inc. or its affiliates. All Rights Reserved.
//
Expand Down