Skip to content

Commit

Permalink
Build brew docker image for x86 and arm64
Browse files Browse the repository at this point in the history
  • Loading branch information
HeroCC committed Oct 3, 2024
1 parent 993d8c2 commit 944db99
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,7 @@ jobs:
tags: brew
cache-from: type=gha
cache-to: type=gha,mode=max
platforms: linux/amd64,linux/arm64
build-args: version=${{ matrix.version }}
labels: ${{ steps.attributes.outputs.labels }}

Expand Down Expand Up @@ -140,5 +141,6 @@ jobs:
tags: ${{ steps.attributes.outputs.tags }}
cache-from: type=gha
cache-to: type=gha,mode=max
platforms: linux/amd64,linux/arm64
build-args: version=${{ matrix.version }}
labels: ${{ steps.attributes.outputs.labels }}

0 comments on commit 944db99

Please sign in to comment.