Skip to content

Commit

Permalink
Use custom container for x86_64 builds
Browse files Browse the repository at this point in the history
  • Loading branch information
dns13 committed Mar 5, 2024
1 parent 1640c77 commit 0cbd3b8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
target/armv7-unknown-linux-musleabihf/release/LICENSE
x86_64-linux-gnu:
runs-on: ubuntu-latest
container: rust:latest
container: ghcr.io/bestsens/rust-build-image:latest
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down Expand Up @@ -73,7 +73,7 @@ jobs:
target/release/LICENSE
x86_64-pc-windows-gnu:
runs-on: ubuntu-latest
container: rust:latest
container: ghcr.io/bestsens/rust-build-image:latest
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down

0 comments on commit 0cbd3b8

Please sign in to comment.