# This file is for Amazon internal build processes

# Copyright 2019 Amazon.com, Inc. or its affiliates.
# SPDX-License-Identifier: Apache-2.0

package.Amazon-eks-ami = {
    interfaces = (1.0);

    deploy = {
        generic = true;
    };

    build-environment = {
        chroot = basic;
        network-access = blocked;
    };

    build-system = archivebuild;
    build-tools = {
        1.0 = {
            ArchiveBuild = 1.0;
        };
    };
};
