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

add support for faasd #1050

Merged
merged 1 commit into from
Mar 29, 2024
Merged

Conversation

nitishkumar71
Copy link
Contributor

@nitishkumar71 nitishkumar71 commented Mar 29, 2024

Description

Add support for faasd get
https://github.com/openfaas/faasd

Motivation and Context

How Has This Been Tested?

If updating or adding a new CLI to arkade get, run:

go build && ./hack/test-tool.sh TOOL_NAME

running above instructions produced below output

+ ./arkade get faasd --arch arm64 --os darwin --quiet
+ file /home/nitishkumar/.arkade/bin/faasd
/home/nitishkumar/.arkade/bin/faasd: ELF 64-bit LSB executable, ARM aarch64, version 1 (SYSV), statically linked, Go BuildID=r1HivDWZUWTY06krAYzh/jr0ngqiOkScj5PurSkGt/il-__0YOtoWkGaYktW3F/_q1Q2cmdX43gKbps8PYU, stripped
+ rm /home/nitishkumar/.arkade/bin/faasd
+ echo

+ ./arkade get faasd --arch x86_64 --os darwin --quiet
+ file /home/nitishkumar/.arkade/bin/faasd
/home/nitishkumar/.arkade/bin/faasd: ELF 64-bit LSB executable, x86-64, version 1 (SYSV), statically linked, Go BuildID=UnUzsITfwYSOoP4MS0Ph/rcplXRzmJiIITNp5W_2k/eJoXKxxhjtnSu4y1BsCV/QvVb1zzgGDkn0yyUemLQ, stripped
+ rm /home/nitishkumar/.arkade/bin/faasd
+ echo

+ ./arkade get faasd --arch x86_64 --os linux --quiet
+ file /home/nitishkumar/.arkade/bin/faasd
/home/nitishkumar/.arkade/bin/faasd: ELF 64-bit LSB executable, x86-64, version 1 (SYSV), statically linked, Go BuildID=UnUzsITfwYSOoP4MS0Ph/rcplXRzmJiIITNp5W_2k/eJoXKxxhjtnSu4y1BsCV/QvVb1zzgGDkn0yyUemLQ, stripped
+ rm /home/nitishkumar/.arkade/bin/faasd
+ echo

+ ./arkade get faasd --arch aarch64 --os linux --quiet
+ file /home/nitishkumar/.arkade/bin/faasd
/home/nitishkumar/.arkade/bin/faasd: ELF 64-bit LSB executable, ARM aarch64, version 1 (SYSV), statically linked, Go BuildID=r1HivDWZUWTY06krAYzh/jr0ngqiOkScj5PurSkGt/il-__0YOtoWkGaYktW3F/_q1Q2cmdX43gKbps8PYU, stripped
+ rm /home/nitishkumar/.arkade/bin/faasd
+ echo

+ ./arkade get faasd --arch x86_64 --os mingw --quiet
+ file /home/nitishkumar/.arkade/bin/faasd.exe
/home/nitishkumar/.arkade/bin/faasd.exe: ELF 64-bit LSB executable, x86-64, version 1 (SYSV), statically linked, Go BuildID=UnUzsITfwYSOoP4MS0Ph/rcplXRzmJiIITNp5W_2k/eJoXKxxhjtnSu4y1BsCV/QvVb1zzgGDkn0yyUemLQ, stripped
+ rm /home/nitishkumar/.arkade/bin/faasd.exe
+ echo

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)

Documentation

  • I have updated the list of tools in README.md if (required) with ./arkade get --format markdown
  • I have updated the list of apps in README.md if (required) with ./arkade install --help

Checklist:

  • My code follows the code style of this project.
  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.
  • I've read the CONTRIBUTION guide
  • I have signed-off my commits with git commit -s
  • I have tested this on arm, or have added code to prevent deployment

Signed-off-by: Nitishkumar Singh <[email protected]>
Copy link
Owner

@alexellis alexellis left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Approved

@alexellis alexellis merged commit 8886a74 into alexellis:master Mar 29, 2024
2 checks passed
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.

support faasd installation
2 participants