Skip to content

Commit 71732b8

Browse files
committed
feat: merge into main
2 parents c57326a + 412d66e commit 71732b8

File tree

11 files changed

+1283
-1333
lines changed

11 files changed

+1283
-1333
lines changed

.cargo/config.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
[target.aarch64-unknown-linux-gnu]
2+
linker = "aarch64-linux-gnu-gcc"

.dockerignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
.git/
22
.github/
3-
lib/
3+
lib/node_modules/
44
target/
55
common/target/
66
codegen/target/

.github/workflows/nightly.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,13 +103,14 @@ jobs:
103103
- name: Build and push Docker image
104104
uses: docker/build-push-action@v6
105105
with:
106+
platforms: linux/amd64,linux/arm64
106107
context: .
107108
push: true
108109
tags: ghcr.io/onelitefeathernet/feedback-fusion:nightly
109110

110111
dashboard:
111112
needs: [docker]
112-
name: docker
113+
name: dashboard
113114
runs-on: ubuntu-latest
114115
steps:
115116
- name: Checkout Sources
@@ -131,6 +132,7 @@ jobs:
131132
- name: Build and push Docker image
132133
uses: docker/build-push-action@v6
133134
with:
135+
platforms: linux/amd64,linux/arm64
134136
context: .
135137
file: ./dashboard/Dockerfile
136138
push: true

.github/workflows/release.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,13 +108,14 @@ jobs:
108108
- name: Build and push Docker image
109109
uses: docker/build-push-action@v6
110110
with:
111+
platforms: linux/amd64,linux/arm64
111112
context: .
112113
push: true
113114
tags: ghcr.io/onelitefeathernet/feedback-fusion:${{env.VERSION}},ghcr.io/onelitefeathernet/feedback-fusion:latest
114115

115116
dashboard:
116117
needs: [docker]
117-
name: docker
118+
name: dashboard
118119
runs-on: ubuntu-latest
119120
steps:
120121
- name: Checkout Sources
@@ -136,6 +137,7 @@ jobs:
136137
- name: Build and push Docker image
137138
uses: docker/build-push-action@v6
138139
with:
140+
platforms: linux/amd64,linux/arm64
139141
context: .
140142
file: ./dashboard/Dockerfile
141143
push: true

0 commit comments

Comments
 (0)