Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
snail2sky authored Oct 24, 2024
1 parent d8ced6c commit faac32a
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
arch: [amd64, arm64]
# arch: [amd64, arm64]
arch: [amd64]

steps:
- name: Checkout code
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit faac32a

Please sign in to comment.