Skip to content

Commit

Permalink
build arm
Browse files Browse the repository at this point in the history
  • Loading branch information
sk81biz committed Jan 16, 2025
1 parent 31248a0 commit 9fc3a18
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main-build-4testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,11 +61,11 @@ jobs:
fi
DOCKER_TAG=develop-test.${{ github.run_number }}
export DOCKER_TAG
docker buildx bake -f build.yml onlyoffice-api onlyoffice-api-system \
docker buildx bake -f build.yml \
--set *.args.GIT_BRANCH="develop" \
--set *.args.PRODUCT_VERSION=${PRODUCT_VERSION} \
--set *.args.BUILD_NUMBER=${BUILD_NUMBER} \
--set *.platform=${{ matrix.platform }} \
--set *.platform=linux/arm64
--push
echo "version=${DOCKER_TAG}" >> "$GITHUB_OUTPUT"
Expand Down

0 comments on commit 9fc3a18

Please sign in to comment.