We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 74f36f3 commit 21482b7Copy full SHA for 21482b7
.github/workflows/desktop_cd.yaml
@@ -149,6 +149,8 @@ jobs:
149
VITE_APP_URL: "https://hyprnote.com"
150
VITE_API_URL: "https://api.hyprnote.com"
151
VITE_PRO_PRODUCT_ID: ${{ secrets.VITE_PRO_PRODUCT_ID }}
152
+ CFLAGS: ${{ matrix.arch == 'aarch64' && '-mcpu=apple-m1' || '' }}
153
+ CXXFLAGS: ${{ matrix.arch == 'aarch64' && '-mcpu=apple-m1' || '' }}
154
- run: |
155
mkdir -p target/release/
156
find target/${{ matrix.target }}/release -type f -not -path "*/\.*" -exec cp {} target/release/ \;
0 commit comments