Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
38 changes: 38 additions & 0 deletions bazelisk.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
package:
name: bazelisk
version: 1.17.0
epoch: 0
description: A user-friendly launcher for Bazel
copyright:
- license: Apache-2.0

environment:
contents:
packages:
- busybox
- ca-certificates-bundle
- build-base
- go
- git

pipeline:
- uses: git-checkout
with:
repository: https://github.com/bazelbuild/bazelisk
tag: v${{package.version}}
expected-commit: 70e3e87d4ca23cdbe5439685fb6d2018d69be1e5

- uses: go/build
with:
packages: .
output: bazelisk

- uses: strip

update:
enabled: true
github:
identifier: bazelbuild/bazelisk
tag-filter: v
strip-prefix: v
use-tag: true
1 change: 1 addition & 0 deletions packages.txt
Original file line number Diff line number Diff line change
Expand Up @@ -917,6 +917,7 @@ mycli
valgrind
go-licenses
aws-flb-kinesis
bazelisk
py3-importlib-resources
py3-tzdata
py3-setproctitle
Expand Down