Skip to content

Commit

Permalink
build package
Browse files Browse the repository at this point in the history
Signed-off-by: liulanzheng <[email protected]>
  • Loading branch information
liulanzheng committed Oct 23, 2024
1 parent 714d409 commit 34588b4
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions .github/workflows/buildx-package.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
name: buildx-package

on:
push:
branches:
- 202312-acr

env:
SETUP_BUILDX_VERSION: "latest"
REPO_SLUG_TARGET: "moby/buildkit"

jobs:
build:
runs-on: ubuntu-22.04
steps:
-
name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
with:
version: ${{ env.SETUP_BUILDX_VERSION }}
buildkitd-flags: --debug
use: true
-
name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 100
-
name: Create
run: |
make binaries
ls -l bin/build/

0 comments on commit 34588b4

Please sign in to comment.