Skip to content

Commit 48d5917

Browse files
committed
feat(ci): Activate anolisos8 + arm64 release
1 parent 3b3758d commit 48d5917

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

.github/workflows/release.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,12 @@ jobs:
2424
artifact_path: target/release/riffle-ctl
2525
docker_compose: ""
2626
component: riffle-ctl
27-
# - name: linux-arm64-anolisos8
28-
# os: ubuntu-22.04-arm
29-
# build_command: docker compose -f dev/anolisos8/arm64/docker-compose.yml up
30-
# artifact_path: target-docker/release/riffle-server
31-
# docker_compose: dev/anolisos8/arm64/docker-compose.yml
32-
# component: riffle-server
27+
- name: linux-arm64-anolisos8
28+
os: ubuntu-22.04-arm
29+
build_command: docker compose -f dev/anolisos8/arm64/docker-compose.yml up
30+
artifact_path: target-docker/release/riffle-server
31+
docker_compose: dev/anolisos8/arm64/docker-compose.yml
32+
component: riffle-server
3333
- name: linux-amd64-centos7
3434
os: ubuntu-22.04
3535
build_command: docker compose -f dev/centos7/amd64/docker-compose.yml up

dev/anolisos8/arm64/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ services:
1010
- ~/.cargo/registry:/root/.cargo/registry:rw
1111
- ./../../../:/R1:rw
1212
- ./../../../target-docker:/R1/target:rw
13-
command: "bash -c 'source ~/.bashrc && cd /R1 && cargo build --features hdrs,logforth,memory-prof --release'"
13+
command: "bash -c 'source ~/.bashrc && cd /R1 && cargo build --features hdrs,logforth,memory-prof,io-uring --release'"

0 commit comments

Comments
 (0)