Skip to content

Commit

Permalink
ci: fix context for arm build nakama
Browse files Browse the repository at this point in the history
  • Loading branch information
victoroloan committed Nov 8, 2024
1 parent d6b8e50 commit e17bab7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release-nakama.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,8 @@ jobs:
- name: Build and push (linux/arm64)
uses: docker/build-push-action@v5
with:
context: ./relay/nakama
context: .
file: ./relay/nakama/Dockerfile
target: nakama-arm
platforms: linux/arm64
push: true
Expand Down

0 comments on commit e17bab7

Please sign in to comment.