Skip to content

Commit

Permalink
adjust github workflow for mac arm64
Browse files Browse the repository at this point in the history
  • Loading branch information
neodiX committed Aug 11, 2024
1 parent 93a7108 commit 11ee12f
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/commit-macos-arm64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,17 +17,15 @@ jobs:
- name: Build & Test arm64-aarch64 mainnet
timeout-minutes: 10
run: |
git fetch -a
git checkout arm64-aarch64
mkdir artifacts
mvn clean compile package -DskipTests
mvn clean compile package -DskipTests -Darch=-aarch64
cp target/MyLocalTon.jar artifacts/MyLocalTon-arm64.jar
java -jar artifacts/MyLocalTon-arm64.jar nogui debug test-binaries
- name: Build & Test arm64-aarch64 testnet
timeout-minutes: 10
run: |
mvn clean compile package -DskipTests -Dton_branch=testnet
mvn clean compile package -DskipTests -Dton_branch=testnet -Darch=-aarch64
cp target/MyLocalTon.jar artifacts/MyLocalTon-arm64-testnet.jar
java -jar artifacts/MyLocalTon-arm64-testnet.jar nogui debug test-binaries
Expand Down

0 comments on commit 11ee12f

Please sign in to comment.