Skip to content

Commit

Permalink
compile for arm 15
Browse files Browse the repository at this point in the history
  • Loading branch information
Fleeym committed Jun 14, 2024
1 parent 77ce88b commit 58ae07e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
- name: Upload target to server
id: upload
run: |
rsync -avz ./target/release/geode-index ${{ secrets.INDEX_USER }}@${{ secrets.INDEX_SERVER }}:${{ secrets.INDEX_COPY_LOCATION }}
rsync -avz ./target/aarch64-unknown-linux-gnu/release/geode-index ${{ secrets.INDEX_USER }}@${{ secrets.INDEX_SERVER }}:${{ secrets.INDEX_COPY_LOCATION }}
rsync -avzr ./migrations ${{ secrets.INDEX_USER }}@${{ secrets.INDEX_SERVER }}:${{ secrets.MIGRATIONS_COPY_LOCATION }}
if: steps.build.outcome == 'success'

Expand Down

0 comments on commit 58ae07e

Please sign in to comment.