Skip to content

Commit

Permalink
perf: build arm all in one
Browse files Browse the repository at this point in the history
  • Loading branch information
ibuler committed Oct 8, 2024
1 parent 8ffb91f commit e4f64aa
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
name: Build
name: Build all-in-one

on:
push:
# Sequence of patterns matched against refs/tags
tags:
- v4.*

Expand Down Expand Up @@ -38,7 +37,7 @@ jobs:
with:
context: ./allinone
file: ./allinone/Dockerfile
platforms: linux/amd64
platforms: linux/amd64,linux/arm64
push: true
build-args: |
version=${{ env.version }}-ce
Expand Down

0 comments on commit e4f64aa

Please sign in to comment.