Skip to content

Commit 8dff2c5

Browse files
committed
DONT MERGE add qemu to untrusted
1 parent eb5620e commit 8dff2c5

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/workflows/untrusted.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ jobs:
99
test:
1010
runs-on: ubuntu-latest
1111
steps:
12+
-
13+
name: Set up QEMU
14+
uses: docker/setup-qemu-action@v1
1215
- uses: actions/checkout@v1
1316
- name: Test
1417
run: make test

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM public.ecr.aws/lambda/provided:al2
1+
FROM public.ecr.aws/lambda/provided:al2-arm64
22

33
ARG RUST_VERSION=1.58.1
44
RUN yum install -y jq openssl-devel gcc zip

0 commit comments

Comments
 (0)