Skip to content

Commit

Permalink
ci: Update workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
jopemachine committed Jun 4, 2024
1 parent 7d49ffd commit fb7bcae
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions .github/workflows/release_aarch64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,17 +16,13 @@ jobs:
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2

- name: Build Docker image
uses: docker/build-push-action@v4
with:
context: .
load: true
platforms: linux/arm64
tags: lablup/backend.ai-hook:latest
- name: Pull Docker image
run: |
docker pull --platform linux/arm64 ubuntu:latest
- name: Build libbaihook
run: |
docker run --rm -v "$(pwd)" lablup/backend.ai-hook:latest /bin/bash -c "./build.sh ${{ matrix.os }}"
docker run --rm -v "$(pwd)" ubuntu:latest /bin/bash -c "./build.sh ${{ matrix.os }}"
- name: Release to GitHub
uses: softprops/action-gh-release@v2
Expand Down

0 comments on commit fb7bcae

Please sign in to comment.