rpmbuilder/rpms/tflint/resources/build.sh
Ben Vincent 288dfe211b
All checks were successful
Build / build-8 (pull_request) Successful in 50s
Build / build-9 (pull_request) Successful in 2m0s
feat: add tflint 0.59.1
- builds the tflint package
2025-11-16 13:24:50 +11:00

10 lines
344 B
Bash
Executable File

#!/usr/bin/bash
# Download tflint binary
wget -O /app/tflint_linux_amd64.zip https://github.com/terraform-linters/tflint/releases/download/v${PACKAGE_VERSION}/tflint_linux_amd64.zip
# Extract the binary
unzip -j /app/tflint_linux_amd64.zip -d /app/
# Build the RPM
nfpm pkg --config /app/resources/nfpm.yaml --target /app/dist --packager rpm