Skip to content

Commit e4f64aa

Browse files
committed
perf: build arm all in one
1 parent 8ffb91f commit e4f64aa

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/build.yml

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
1-
name: Build
1+
name: Build all-in-one
22

33
on:
44
push:
5-
# Sequence of patterns matched against refs/tags
65
tags:
76
- v4.*
87

@@ -38,7 +37,7 @@ jobs:
3837
with:
3938
context: ./allinone
4039
file: ./allinone/Dockerfile
41-
platforms: linux/amd64
40+
platforms: linux/amd64,linux/arm64
4241
push: true
4342
build-args: |
4443
version=${{ env.version }}-ce

0 commit comments

Comments
 (0)