Signed-off-by: Gyuho Lee <leegyuho@amazon.com>
@@ -63,7 +63,6 @@ All releases version numbers follow the format of [semantic versioning 2.0.0](ht
## Build release binaries and images
-- Ensure `acbuild` is available.
- Ensure `docker` is available.
Run release script in root directory:
@@ -53,7 +53,6 @@ All releases version numbers follow the format of [semantic versioning 2.0.0](ht
## Build Release Binaries and Images
@@ -11,11 +11,6 @@ if [ -z "${VERSION}" ]; then
exit 255
fi
-if ! command -v acbuild >/dev/null; then
- echo "cannot find acbuild"
- exit 1
-fi
-
if ! command -v docker >/dev/null; then
echo "cannot find docker"
exit 1