Remove OMF (#78)

* Remove OMF

* remove submodule from github workflow
This commit is contained in:
Adil Hafeez 2024-09-24 15:18:20 -07:00 committed by GitHub
parent 685144bbd7
commit 87900beddd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
18 changed files with 252 additions and 2135 deletions

View file

@ -5,7 +5,6 @@ WORKDIR /envoyfilter
COPY envoyfilter/src /envoyfilter/src
COPY envoyfilter/Cargo.toml /envoyfilter/
COPY envoyfilter/Cargo.lock /envoyfilter/
COPY open-message-format /open-message-format
COPY public_types /public_types
RUN cargo build --release --target wasm32-wasi