Skip to content

Commit

Permalink
test with Github action
Browse files Browse the repository at this point in the history
  • Loading branch information
Bill Wang committed Oct 3, 2024
1 parent 1530c45 commit 2653289
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ image=${1:-latest}
for platform in linux/amd64 linux/arm/v7 linux/arm64/v8 linux/arm/v6 linux/ppc64le linux/s390x linux/386
do
echo "Platfom is $platform"
docker run --rm -ti --platform "${platform}" --entrypoint=sh ${image} -c "uname -m"
docker run --rm -i --platform "${platform}" --entrypoint=sh ${image} -c "uname -m"
done

0 comments on commit 2653289

Please sign in to comment.