Skip to content

Commit

Permalink
with
Browse files Browse the repository at this point in the history
  • Loading branch information
jp-bennett committed Nov 14, 2024
1 parent 2a44519 commit 41ff57e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,12 +37,13 @@ jobs:

- name: Docker setup
uses: docker/setup-buildx-action@v3
platforms: linux/arm64
with:
platforms: linux/arm64

- name: Docker build and push
uses: docker/build-push-action@v6
platforms: linux/arm64
with:
platforms: linux/arm64
context: ./arm64
push: true
tags: meshtastic/github-action-runner:latest

0 comments on commit 41ff57e

Please sign in to comment.