Skip to content

Commit 6033b37

Browse files
authored
Revert "Build with amd64 compatible image (base#925)" (base#930)
This reverts commit f1f9126.
1 parent 67ca357 commit 6033b37

File tree

2 files changed

+12
-4
lines changed

2 files changed

+12
-4
lines changed

.codeflow.yml

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,16 @@ build:
1313
- BaldurECR:
1414
name: docs
1515
path: ./apps/base-docs/Dockerfile
16-
multi_arch: true
16+
- BaldurECR:
17+
name: bridge
18+
path: ./apps/bridge/Dockerfile
19+
- BaldurECR:
20+
name: goerli-bridge
21+
path: ./apps/bridge/Dockerfile
22+
- BaldurECR:
23+
name: sepolia-bridge
24+
path: ./apps/bridge/Dockerfile
1725

1826
operate:
1927
slack_channels:
20-
- '#base-codeflow-notifications'
28+
- "#base-codeflow-notifications"

tools/ci/build-dockerfile.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ set -eo pipefail
33

44
# We have to put this in a separate file as the pipeline
55
# command needs to be static, and this env var breaks that.
6-
docker build --platform=linux/arm64 --pull -f "$DOCKERFILE_PATH" -t ci_build_test_image --build-arg CODEFLOW_COMMIT_TAG .
6+
docker build --pull -f "$DOCKERFILE_PATH" -t ci_build_test_image --build-arg CODEFLOW_COMMIT_TAG .
77

88
# Cleanup after a successful build to avoid the agent
99
# running out of disk space!
10-
docker image rm -f ci_build_test_image
10+
docker image rm -f ci_build_test_image

0 commit comments

Comments
 (0)