Skip to content

Commit

Permalink
Fix build on amd64 systems (#372)
Browse files Browse the repository at this point in the history
  • Loading branch information
robin-reckmann authored Sep 16, 2024
1 parent 147dce2 commit 8759b3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build_system.sh
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ docker build -f Dockerfile.agnos --check $DIR

# Start agnos-builder docker build and create container
echo "Building agnos-builder docker image"
docker build -f Dockerfile.agnos -t agnos-builder $DIR --build-arg UBUNTU_BASE_IMAGE=$UBUNTU_FILE
docker build -f Dockerfile.agnos -t agnos-builder $DIR --build-arg UBUNTU_BASE_IMAGE=$UBUNTU_FILE --platform=linux/arm64
echo "Creating agnos-builder container"
CONTAINER_ID=$(docker container create --entrypoint /bin/bash agnos-builder:latest)

Expand Down

0 comments on commit 8759b3a

Please sign in to comment.