Skip to content

Commit

Permalink
fix: aarch64-linux-gnu:latest -> cross-rs/aarch64-unknown-linux-gnu:main
Browse files Browse the repository at this point in the history
  • Loading branch information
binggh committed May 25, 2022
1 parent 1e964ab commit c2120ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ jobs:
run: |
docker run --rm -v \
"$PWD/target:/target:Z" \
aarch64-linux-gnu:latest \
ghcr.io/cross-rs/aarch64-unknown-linux-gnu:main \
aarch64-linux-gnu-strip \
/target/aarch64-unknown-linux-gnu/release/fuelup
Expand Down

0 comments on commit c2120ec

Please sign in to comment.