Skip to content

Commit

Permalink
ci: test buildkitd build for macos
Browse files Browse the repository at this point in the history
Signed-off-by: CrazyMax <[email protected]>
  • Loading branch information
crazy-max committed Sep 2, 2024
1 parent 02bc795 commit aeb1014
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions .github/workflows/test-os.yml
Original file line number Diff line number Diff line change
Expand Up @@ -237,3 +237,27 @@ jobs:
name: Dump context
if: failure()
uses: crazy-max/ghaction-dump-context@v2

test-darwin-amd64:
runs-on: ubuntu-24.04
steps:
-
name: Checkout
uses: actions/checkout@v4
-
name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
with:
version: ${{ env.SETUP_BUILDX_VERSION }}
driver-opts: image=${{ env.SETUP_BUILDKIT_IMAGE }}
buildkitd-flags: --debug
-
name: Build
uses: docker/bake-action@v5
with:
provenance: false
targets: binaries
set: |
*.target=buildkitd
*.platform=darwin/amd64
*.output=type=cacheonly

0 comments on commit aeb1014

Please sign in to comment.