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 9c8a219 commit aebaf79
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,6 @@ 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 pull --platform "${platform}" ${image}
docker run --rm -i --platform "${platform}" --entrypoint=sh ${image} -c "uname -m"
done

0 comments on commit aebaf79

Please sign in to comment.