working arm v7 build

This commit is contained in:
Nick Sweeting 2023-10-31 06:28:11 -07:00
parent 12c966477f
commit bc555cca96
5 changed files with 11 additions and 93 deletions

View file

@ -18,9 +18,7 @@ which docker > /dev/null || exit 1
which jq > /dev/null || exit 1
# which pdm > /dev/null || exit 1
SUPPORTED_PLATFORMS="linux/arm64,linux/amd64,linux/arm/v7"
SUPPORTED_PLATFORMS="linux/amd64,linux/arm64,linux/arm/v7"
TAG_NAME="${1:-$(git rev-parse --abbrev-ref HEAD)}"
VERSION="$(jq -r '.version' < "$REPO_DIR/package.json")"