Skip to content

Commit 96d6206

Browse files
committed
Ensure integration specs can run on M1
1 parent e16dea4 commit 96d6206

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

integration-test.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ function test_version() {
1515
echo "## VERIFY RUBY ${version} FUNCTION CAN LOAD DEPENDENCIES"
1616
#RUBY_IMAGE="amazon/aws-lambda-ruby:3.2" ./invoke-service.sh
1717
result=$(docker run --rm \
18+
--platform linux/amd64 \
1819
--volume $(pwd):/var/task \
1920
--env RUBYLIB=/var/task \
2021
--entrypoint '/var/lang/bin/ruby' \

0 commit comments

Comments
 (0)