Skip to content

Commit

Permalink
buildx
Browse files Browse the repository at this point in the history
  • Loading branch information
davidleonm committed Nov 19, 2024
1 parent e527d91 commit f9b5334
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/on-push-to-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@ jobs:
with:
file: ./Code/src/WeatherStationProject.Dashboard.App/WeatherStationProject.Dashboard.App.csproj
- name: Set up QEMU
uses: docker/setup-qemu-action@v3
uses: docker/setup-buildx-action@v3
with:
platforms: linux/arm64
platforms: linux/amd64,linux/arm64
- name: Build and push Dashboard
id: push
uses: docker/build-push-action@v6
Expand Down

0 comments on commit f9b5334

Please sign in to comment.