Skip to content

Commit

Permalink
Install docker buildx
Browse files Browse the repository at this point in the history
  • Loading branch information
YohannParis committed Apr 17, 2024
1 parent 177103e commit 960e1bd
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/publish-client.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:
packages: write

steps:
- name: Setup Docker on macOS
- name: Setup Docker & yarn
run: |
brew install \
docker \
Expand All @@ -88,6 +88,9 @@ jobs:
username: ${{ github.repository_owner }}
password: ${{ secrets.GITHUB_TOKEN }}

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3

- name: Setup Node 20.10.0 LTS
uses: actions/setup-node@v4
with:
Expand Down Expand Up @@ -121,6 +124,6 @@ jobs:
uses: docker/build-push-action@v5
with:
context: packages/client/hmi-client/docker
platforms: linux/amd64
platforms: linux/arm64
push: true
tags: ${{ env.REGISTRY }}/${{ env.REGISTRY_ORG }}/hmi-client:${{ env.TAG }}--arm64

0 comments on commit 960e1bd

Please sign in to comment.