Skip to content

Commit 86077e9

Browse files
authored
Update build.yml
add more os for docker
1 parent 72e1005 commit 86077e9

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,16 @@ jobs:
2525
name: docker-tag
2626
path: docker-tag.txt
2727

28+
- name: Set up Docker Buildx
29+
uses: docker/setup-buildx-action@v2
2830
- name: "Build and Publish to DockerHub"
29-
uses: elgohr/Publish-Docker-Github-Action@2.12
31+
uses: elgohr/Publish-Docker-Github-Action@v5
3032
with:
3133
name: eeholmes/nmfsr
3234
username: eeholmes
3335
password: ${{ secrets.DOCKERHUB_TOKEN }}
3436
workdir: ci
37+
platforms: linux/amd64,linux/arm64/v8,linux/arm64
3538
tags: "main, ${{env.DOCKER_TAG}}"
3639

3740
- name: Export Full Conda Environment

0 commit comments

Comments
 (0)