Skip to content

Commit

Permalink
Simplifications.
Browse files Browse the repository at this point in the history
  • Loading branch information
andreibancioiu committed Mar 6, 2024
1 parent 7ff0050 commit a913a32
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/libwasmer-build-shim-linux-arm64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
file: ./Docker/arm64.dockerfile
tags: mx-builder

- name: Run container, build library
- name: Copy library from Docker image
run: docker run --platform="linux/arm64" --rm mx-builder cat /data/libwasmer_linux_arm64_shim.so > $GITHUB_WORKSPACE/libwasmer_linux_arm64_shim.so

- name: Save artifacts
Expand Down
3 changes: 1 addition & 2 deletions Docker/arm64.dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
FROM arm64v8/golang:1.20.7

RUN apt-get update && apt-get install -y \
patchelf \
build-essential
patchelf

COPY ./capi_shim /capi_shim
WORKDIR /capi_shim
Expand Down

0 comments on commit a913a32

Please sign in to comment.