Skip to content

Commit

Permalink
Update build-darwin.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
LizJeong authored Jul 15, 2024
1 parent 454fd4a commit 795ede9
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions .github/workflows/build-darwin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,13 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4

- name: Set up QEMU
uses: docker/setup-qemu-action@v3

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3

- name: Build
uses: docker/build-push-action@v5
with:
Expand All @@ -36,6 +36,11 @@ jobs:
load: true
tags: initia:${{ github.sha }}

- name: Show Docker build logs
if: failure()
run: docker buildx build --progress=plain --platform linux/${{ matrix.arch }} -f .github/workflows/Dockerfile .


- name: Export binary
run: |
container_id=$(docker create initia:${{ github.sha }})
Expand Down

0 comments on commit 795ede9

Please sign in to comment.