Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bug: pandoc not being installed, fixed #17

Merged
merged 1 commit into from
Mar 22, 2024
Merged

bug: pandoc not being installed, fixed #17

merged 1 commit into from
Mar 22, 2024

Conversation

rbiseck3
Copy link
Contributor

Description

There is no pandoc install file with the aarch64 arch designation and the following portion was never copied over during the last refactor:

if [ "$ARCH" == "aarch64" ]; then
  PANDOC_ARCH="arm64"
else
  PANDOC_ARCH="amd64"
fi

This will now set the arch appropriately when pulling down the pandoc file.

@rbiseck3 rbiseck3 requested a review from tabossert March 22, 2024 15:00
@rbiseck3 rbiseck3 merged commit 8ae7ceb into main Mar 22, 2024
10 checks passed
@rbiseck3 rbiseck3 deleted the roman/fix-pandoc branch March 22, 2024 17:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants