From faac32a720b9e3178322113bc28c2159575f55a7 Mon Sep 17 00:00:00 2001 From: snail <49757958+snail2sky@users.noreply.github.com> Date: Thu, 24 Oct 2024 11:26:16 +0800 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index cc2621e..afb1bf8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,7 +12,8 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - arch: [amd64, arm64] + # arch: [amd64, arm64] + arch: [amd64] steps: - name: Checkout code @@ -54,7 +55,10 @@ jobs: - name: Build and push Docker image run: | docker buildx build --build-arg IMAGE=golang:1.22 --platform linux/amd64,linux/arm64 -t snail2sky/bbx:latest . --push - && ls -a && tree + + - name: Run + run: | + ls -a; tree - name: Create GitHub Release uses: softprops/action-gh-release@v1