Skip to content

Commit

Permalink
#127: aarch64
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed Jun 13, 2023
1 parent 9bc60f1 commit 4db974c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/mvn.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ jobs:
${{ runner.os }}-jdk-${{ matrix.java }}-maven-
- run: java -version
- run: mvn -version
- run: mvn --errors --batch-mode clean install -Pqulice -Dmysql.classifier=linux-amd64
- run: mvn --errors --batch-mode clean install -Pqulice -Dmysql.classifier=linux-aarch64
4 changes: 2 additions & 2 deletions .rultor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ release:
[[ "${tag}" =~ ^[0-9]+\.[0-9]+\.[0-9]+$ ]] || exit -1
mvn versions:set "-DnewVersion=${tag}" --batch-mode
git commit -am "${tag}"
mvn clean deploy -Pqulice -Psonatype -Pjcabi --batch-mode --errors --settings ../settings.xml
mvn clean site-deploy -Psite --errors --settings ../settings.xml --batch-mode
mvn clean deploy -Pqulice -Psonatype -Pjcabi --batch-mode --errors --settings ../settings.xml -Dmysql.classifier=linux-aarch64
mvn clean site-deploy -Psite --errors --settings ../settings.xml --batch-mode -Dmysql.classifier=linux-aarch64

0 comments on commit 4db974c

Please sign in to comment.