Skip to content

Commit

Permalink
Merge pull request #11 from seqsense/kamatama41-patch-1
Browse files Browse the repository at this point in the history
Add arm64 Linux to default platforms
  • Loading branch information
kamatama41 authored Apr 11, 2022
2 parents 06949b7 + a6a432c commit 26aab49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ git config user.name ${INPUT_GIT_USER}
git config user.email ${INPUT_GIT_EMAIL}

INPUT_LOCK_FILE_PATHS=${INPUT_LOCK_FILE_PATHS:-$(find . -name .terraform.lock.hcl | xargs -r -n1 dirname)}
INPUT_PLATFORMS=${INPUT_PLATFORMS:-"windows_amd64 darwin_amd64 darwin_arm64 linux_amd64"}
INPUT_PLATFORMS=${INPUT_PLATFORMS:-"windows_amd64 darwin_amd64 darwin_arm64 linux_amd64 linux_arm64"}
platform_opts=""
for platform in ${INPUT_PLATFORMS}
do
Expand Down

0 comments on commit 26aab49

Please sign in to comment.