Skip to content

Commit c7ed162

Browse files
author
Panos
committed
update actions support arm56 (apple M series/raspberry)
1 parent be93abc commit c7ed162

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
uses: docker/build-push-action@v5
5252
with:
5353
context: .
54-
platforms: linux/amd64
54+
platforms: linux/amd64,linux/arm64
5555
push: ${{ github.event_name != 'pull_request' }}
5656
tags: ${{ steps.meta.outputs.tags }}
5757
labels: ${{ steps.meta.outputs.labels }}

docker-compose.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ services:
77
environment:
88
- NVIDIA_VISIBLE_DEVICES=all
99
- NVIDIA_DRIVER_CAPABILITIES=all
10+
- NODE_NAME=${HOSTNAME}
1011
deploy:
1112
resources:
1213
reservations:

0 commit comments

Comments
 (0)