Skip to content

Commit

Permalink
chore(ci): use platform corresponding with CI
Browse files Browse the repository at this point in the history
  • Loading branch information
bednar committed May 9, 2024
1 parent b6942f4 commit 8bbdca5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion etc/scripts/docker/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ set -x

DOCKER_TAG="chronograf-$(date +%Y%m%d)"

docker build --rm=false -f etc/Dockerfile_build -t builder:$DOCKER_TAG .
docker build --rm=false --platform linux/amd64 -f etc/Dockerfile_build -t builder:$DOCKER_TAG .
docker tag builder:$DOCKER_TAG quay.io/influxdb/builder:$DOCKER_TAG

docker push quay.io/influxdb/builder:$DOCKER_TAG

0 comments on commit 8bbdca5

Please sign in to comment.