Skip to content

Commit

Permalink
chore(docker): use cross from main
Browse files Browse the repository at this point in the history
  • Loading branch information
0xfourzerofour committed Oct 26, 2023
1 parent f8dba36 commit 380eb0f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,5 +46,5 @@ jobs:
- name: Build and push image
run: |
cargo install cross
cargo install cross --git https://github.com/cross-rs/cross
export PROFILE=release && make docker-build-latest
1 change: 0 additions & 1 deletion Cross.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ image = "rust:1.71.0-bookworm"

[build]
pre-build = [
"apt-get -y install curl",
"curl -sL https://dl.yarnpkg.com/debian/pubkey.gpg | apt-key add -",
"echo 'deb https://dl.yarnpkg.com/debian/ stable main' | tee /etc/apt/sources.list.d/yarn.list",
"apt-get update && apt-get -y upgrade && apt-get install -y libclang-dev pkg-config protobuf-compiler nodejs yarn",
Expand Down

0 comments on commit 380eb0f

Please sign in to comment.