Skip to content

Commit

Permalink
use hard float variant
Browse files Browse the repository at this point in the history
  • Loading branch information
soywod committed Nov 21, 2024
1 parent aeb95ad commit 7c9515a
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/pre-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,18 +10,18 @@ jobs:
fail-fast: false
matrix:
include:
- target: x86_64-linux
os: ubuntu-latest
- target: aarch64-linux
os: ubuntu-latest
# - target: x86_64-linux
# os: ubuntu-latest
# - target: aarch64-linux
# os: ubuntu-latest
- target: armv7-linux
os: ubuntu-latest
- target: x86_64-windows
os: ubuntu-latest
- target: x86_64-darwin
os: macos-13
- target: aarch64-darwin
os: macos-14
# - target: x86_64-windows
# os: ubuntu-latest
# - target: x86_64-darwin
# os: macos-13
# - target: aarch64-darwin
# os: macos-14
steps:
- name: Checkout code
uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
};

armv7-linux = {
rustTarget = "armv7-unknown-linux-musleabi";
rustTarget = "armv7-unknown-linux-musleabihf";
runner = { pkgs, himalaya }: "${pkgs.qemu}/bin/qemu-arm ${himalaya}";
mkPackage = { pkgs, ... }: package:
let
Expand Down

0 comments on commit 7c9515a

Please sign in to comment.