File tree Expand file tree Collapse file tree 1 file changed +5
-12
lines changed Expand file tree Collapse file tree 1 file changed +5
-12
lines changed Original file line number Diff line number Diff line change @@ -16,22 +16,15 @@ jobs:
16
16
with :
17
17
platforms : arm64
18
18
19
- - name : Set up Docker Buildx
20
- uses : docker/setup-buildx-action@v2
21
-
22
- - name : Build Docker image
23
- uses : docker/build-push-action@v4
24
- with :
25
- context : .
26
- load : true
27
- platforms : linux/arm64
28
- tags : lablup/backend.ai-hook:latest
29
-
30
19
- uses : actions/checkout@v4
31
20
32
21
- name : Build libbaihook
33
22
run : |
34
- docker run --rm -v "$(pwd)" lablup/backend.ai-hook:latest /bin/bash -c "./build.sh ${{ matrix.os }}"
23
+ sudo apt-get update
24
+ sudo apt-get install -y qemu-user-static
25
+ sudo update-binfmts --enable qemu-arm
26
+ sudo update-binfmts --enable qemu-aarch64
27
+ ./build.sh ${{ matrix.os }}
35
28
rm -rf Makefile
36
29
37
30
- name : Release to GitHub
You can’t perform that action at this time.
0 commit comments