Skip to content

Commit b02797e

Browse files
committed
Let test run with arm64 image
1 parent 1fd001a commit b02797e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# Directory of the integration test
44
HERE="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )"
5-
: "${IMAGE:=rustserverless/lambda-rust}"
5+
: "${IMAGE:=rustserverless/lambda-rust:lastest-arm64}"
66

77
source "${HERE}"/bashtest.sh
88

0 commit comments

Comments
 (0)