Skip to content

Commit

Permalink
docker build tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
yaleman committed Sep 25, 2024
1 parent e35344a commit b751fb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
pip3 install cargo-zigbuild
rustup target add x86_64-unknown-linux-gnu
rustup target add aarch64-unknown-linux-gnu
sudo apt-get -y install mold protobuf-compiler pkg-config build-eseential
sudo apt-get -y install mold protobuf-compiler pkg-config build-essential
- name: Buildem the binaries
run: |
cargo zigbuild --release --target x86_64-unknown-linux-gnu
Expand Down

0 comments on commit b751fb1

Please sign in to comment.