Skip to content

build(deps): Bump the all-go-mod-patch-and-minor group across 1 directory with 4 updates #134

build(deps): Bump the all-go-mod-patch-and-minor group across 1 directory with 4 updates

build(deps): Bump the all-go-mod-patch-and-minor group across 1 directory with 4 updates #134

Workflow file for this run

# Copyright 2021-2023 D2iQ, Inc. All rights reserved.
# SPDX-License-Identifier: Apache-2.0
name: build-on-macos
on:
push:
branches:
- main
pull_request:
types:
- opened
- synchronize
- reopened
branches:
- main
jobs:
build-and-run:
runs-on: macos-13
steps:
- name: Check out code
uses: actions/checkout@v4
- name: Install devbox
uses: jetify-com/[email protected]
with:
enable-cache: true
- name: Build
run: devbox run -- make build-snapshot
- name: Run binary
run: |
./dist/helm-list-images_darwin_amd64_v1/helm-list-images -h