Skip to content

Commit

Permalink
chore: test dockerhub with cross-only
Browse files Browse the repository at this point in the history
  • Loading branch information
vitorfdl committed Jun 22, 2024
1 parent aa554d5 commit d8c3a82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-dockerhub.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:

- name: Install cross (Linux ARM64 only)
if: matrix.config.target != 'x86_64-unknown-linux-gnu'
run: cargo install cross --git https://github.com/cross-rs/cross
run: cargo install cross

- name: Build Binary
if: matrix.config.target != 'x86_64-unknown-linux-gnu'
Expand Down

0 comments on commit d8c3a82

Please sign in to comment.