Skip to content

Commit

Permalink
drop arm
Browse files Browse the repository at this point in the history
  • Loading branch information
3nids committed Jul 22, 2024
1 parent 285690e commit 94e876b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion scripts/build-push-docker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ for TAG in ${TAGS}; do
ALL_TAGS="${ALL_TAGS} --tag qgis/${REPO}:${TAG}"
done

docker buildx build --push --platform linux/amd64,linux/arm64 \
docker buildx build --push --platform linux/amd64 \
--build-arg os=${OS} \
--build-arg release=${OS_RELEASE} \
--build-arg repo=${QGIS_PPA} \
Expand Down
2 changes: 1 addition & 1 deletion scripts/get_ubuntu_qgis_package_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
os = args.os
dist = args.dist

if args.qgis == "dekstop":
if args.qgis == "desktop":
package_name = "qgis"
else:
package_name = "qgis-server"
Expand Down

0 comments on commit 94e876b

Please sign in to comment.