We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 244f015 commit 66beccaCopy full SHA for 66becca
.github/workflows/untrusted.yml
@@ -13,5 +13,7 @@ jobs:
13
# name: Set up QEMU
14
# uses: docker/setup-qemu-action@v1
15
- uses: actions/checkout@v1
16
+ - name: Build
17
+ run: make build-arm64
18
- name: Test
19
run: make test
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM public.ecr.aws/lambda/provided:al2-arm64
+FROM public.ecr.aws/lambda/provided:al2
2
3
ARG RUST_VERSION=1.58.1
4
RUN yum install -y jq openssl-devel gcc zip
0 commit comments