Skip to content

Commit

Permalink
removed armv7
Browse files Browse the repository at this point in the history
  • Loading branch information
klaxalk committed Jul 11, 2024
1 parent e1e2484 commit 8604955
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .ci/build_docker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ docker login --username klaxalk --password $TOKEN
WEEK_TAG="`date +%Y`_w`date +%V`"

docker buildx create --name container --driver=docker-container
docker buildx build . --file Dockerfile --builder container --tag ctumrs/mrs_uav_system:latest --tag ctumrs/mrs_uav_system:${WEEK_TAG} --platform=linux/amd64,linux/arm64,linux/arm/v7 --push
docker buildx build . --file Dockerfile --builder container --tag ctumrs/mrs_uav_system:latest --tag ctumrs/mrs_uav_system:${WEEK_TAG} --platform=linux/amd64,linux/arm64 --push

0 comments on commit 8604955

Please sign in to comment.