mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-28 15:16:00 +00:00
arm-64 builds
This commit is contained in:
1
.github/workflows/build-app-pro.yaml
vendored
1
.github/workflows/build-app-pro.yaml
vendored
@@ -123,6 +123,7 @@ jobs:
|
|||||||
cp ../dbgate-merged/app/dist/*win_arm64.zip artifacts/dbgate-premium-windows-latest-arm64.zip || true
|
cp ../dbgate-merged/app/dist/*win_arm64.zip artifacts/dbgate-premium-windows-latest-arm64.zip || true
|
||||||
cp ../dbgate-merged/app/dist/*-mac_universal.dmg artifacts/dbgate-premium-latest.dmg || true
|
cp ../dbgate-merged/app/dist/*-mac_universal.dmg artifacts/dbgate-premium-latest.dmg || true
|
||||||
cp ../dbgate-merged/app/dist/*-mac_x64.dmg artifacts/dbgate-premium-latest-x64.dmg || true
|
cp ../dbgate-merged/app/dist/*-mac_x64.dmg artifacts/dbgate-premium-latest-x64.dmg || true
|
||||||
|
cp ../dbgate-merged/app/dist/*-mac_arm64.dmg artifacts/dbgate-premium-latest-arm64.dmg || true
|
||||||
|
|
||||||
mv ../dbgate-merged/app/dist/*.exe artifacts/ || true
|
mv ../dbgate-merged/app/dist/*.exe artifacts/ || true
|
||||||
mv ../dbgate-merged/app/dist/*.zip artifacts/ || true
|
mv ../dbgate-merged/app/dist/*.zip artifacts/ || true
|
||||||
|
|||||||
1
.github/workflows/build-app.yaml
vendored
1
.github/workflows/build-app.yaml
vendored
@@ -98,6 +98,7 @@ jobs:
|
|||||||
cp app/dist/*win_arm64.zip artifacts/dbgate-windows-latest-arm64.zip || true
|
cp app/dist/*win_arm64.zip artifacts/dbgate-windows-latest-arm64.zip || true
|
||||||
cp app/dist/*-mac_universal.dmg artifacts/dbgate-latest.dmg || true
|
cp app/dist/*-mac_universal.dmg artifacts/dbgate-latest.dmg || true
|
||||||
cp app/dist/*-mac_x64.dmg artifacts/dbgate-latest-x64.dmg || true
|
cp app/dist/*-mac_x64.dmg artifacts/dbgate-latest-x64.dmg || true
|
||||||
|
cp app/dist/*-mac_arm64.dmg artifacts/dbgate-latest-arm64.dmg || true
|
||||||
|
|
||||||
mv app/dist/*.exe artifacts/ || true
|
mv app/dist/*.exe artifacts/ || true
|
||||||
mv app/dist/*.zip artifacts/ || true
|
mv app/dist/*.zip artifacts/ || true
|
||||||
|
|||||||
Reference in New Issue
Block a user