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 744de29 commit a89e132
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/release_aarch64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ jobs:
target: ["aarch64"]
os: ["ubuntu18.04", "ubuntu20.04", "ubuntu22.04", "alpine"]
steps:
- uses: actions/checkout@v4

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

Expand All @@ -22,12 +24,9 @@ jobs:
platforms: linux/arm64
tags: lablup/backend.ai-hook:latest

- uses: actions/checkout@v4

- name: Build libbaihook
run: |
docker run --rm -v "$(pwd)" lablup/backend.ai-hook:latest /bin/bash -c "./build.sh ${{ matrix.os }}"
rm -rf Makefile
- name: Release to GitHub
uses: softprops/action-gh-release@v2
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/release_x86_64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ jobs:
- name: Build libbaihook
run: |
./build.sh ${{ matrix.os }}
rm -rf Makefile
- name: Release to GitHub
uses: softprops/action-gh-release@v2
Expand Down

0 comments on commit a89e132

Please sign in to comment.