Skip to content

Commit cef42a3

Browse files
committed
try ubicloud arm runner
1 parent 787709a commit cef42a3

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

.github/workflows/ci-ubicloud.yml

+19
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
name: CI ubicloud test
2+
on:
3+
workflow_dispatch:
4+
5+
jobs:
6+
ci:
7+
runs-on: ubicloud-standard-2-arm
8+
steps:
9+
- uses: actions/checkout@v3
10+
- name: Set up Docker Buildx
11+
uses: docker/setup-buildx-action@v3
12+
- uses: docker/build-push-action@v6
13+
with:
14+
context: .
15+
push: false
16+
cache-from: type=gha
17+
cache-to: type=gha,mode=max
18+
build-args: |
19+
ENABLE_FDKAAC=1

0 commit comments

Comments
 (0)