Skip to content

Commit

Permalink
Specified platform
Browse files Browse the repository at this point in the history
  • Loading branch information
rmanaem committed Feb 6, 2025
1 parent 5a5709c commit cf256fb
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/build_docker_nightly.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
# NOTE: A custom version of this template workflow is used in neurobagel/query-tool.
# Any changes to this template must be applied manually to query-tool/.github/workflows/build_docker_nightly.yml

name: build docker nightly

on:
Expand Down Expand Up @@ -31,6 +28,7 @@ jobs:
- name: Build and push
uses: docker/build-push-action@v6
with:
platform: linux/amd64, linux/arm64
context: .
file: ./Dockerfile
push: true
Expand Down

0 comments on commit cf256fb

Please sign in to comment.