Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
RIPL committed Mar 25, 2024
1 parent 02a41a6 commit b522c2f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ jobs:
uses: docker/build-push-action@v5
with:
context: .
build-args: ARCH=arm64
build-args: ARCH=arm64v8
platforms: linux/arm64/v8
push: true
tags: ripl/ur5-client-docker:main-arm64
tags: ripl/ur5-client-docker:main-arm64v8
file: Dockerfile

0 comments on commit b522c2f

Please sign in to comment.