Skip to content

Commit 8604955

Browse files
committed
removed armv7
1 parent e1e2484 commit 8604955

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.ci/build_docker.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ docker login --username klaxalk --password $TOKEN
1515
WEEK_TAG="`date +%Y`_w`date +%V`"
1616

1717
docker buildx create --name container --driver=docker-container
18-
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
18+
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 commit comments

Comments
 (0)