Skip to content
This repository has been archived by the owner on Aug 8, 2024. It is now read-only.

Commit

Permalink
docker cross compi add protobuf
Browse files Browse the repository at this point in the history
  • Loading branch information
tiero committed Jun 13, 2024
1 parent 7d0cdbd commit c6d15ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/on-tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
run: |
echo 'FROM ghcr.io/cross-rs/aarch64-unknown-linux-gnu:edge' > Dockerfile
echo 'RUN dpkg --add-architecture arm64' >> Dockerfile
echo 'RUN apt-get update && apt-get install --assume-yes libssl-dev:arm64' >> Dockerfile
echo 'RUN apt-get update && apt-get install --assume-yes libssl-dev:arm64 protobuf-compiler' >> Dockerfile
docker build -t my-cross-image .
- name: Cross compile
Expand Down

0 comments on commit c6d15ad

Please sign in to comment.