forked from intel/workload-services-framework
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbuild.sh
More file actions
executable file
·19 lines (16 loc) · 767 Bytes
/
build.sh
File metadata and controls
executable file
·19 lines (16 loc) · 767 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#!/bin/bash -e
#
# Apache v2 license
# Copyright (C) 2023 Intel Corporation
# SPDX-License-Identifier: Apache-2.0
#
# For most workloads, the build.sh can be used as is.
# The build process will follow certain order to detect Dockerfiles and build the
# docker images accordingly. The build process can be customized through DOCKER_CONTEXT
# and FIND_OPTIONS. DOCKER_CONTEXT specifies the list of build contexts and FIND_OPTIONS
# defines special rules to find a subset of Dockerfiles.
# See doc/build.sh.md for full documentation.
# See SpecCpu-2017 for working with multiple workload versions using FIND_OPTIONS.
# See QATzip for building workloads with software stacks
DIR="$( cd "$( dirname "$0" )" &> /dev/null && pwd )"
. "$DIR"/../../script/build.sh