Skip to content

Commit

Permalink
Fix aarch64 protoc binary
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelsproul committed Sep 30, 2022
1 parent cd36b6f commit 40165e7
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 30 deletions.
4 changes: 2 additions & 2 deletions Cross.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[target.x86_64-unknown-linux-gnu]
dockerfile = './scripts/cross/x86_64-unknown-linux-gnu.dockerfile'
dockerfile = './scripts/cross/Dockerfile'

[target.aarch64-unknown-linux-gnu]
dockerfile = './scripts/cross/aarch64-unknown-linux-gnu.dockerfile'
dockerfile = './scripts/cross/Dockerfile'
14 changes: 0 additions & 14 deletions scripts/cross/aarch64-unknown-linux-gnu.dockerfile

This file was deleted.

14 changes: 0 additions & 14 deletions scripts/cross/x86_64-unknown-linux-gnu.dockerfile

This file was deleted.

0 comments on commit 40165e7

Please sign in to comment.