Skip to content

Commit

Permalink
disable action for arm64
Browse files Browse the repository at this point in the history
  • Loading branch information
mmaelicke committed Apr 23, 2024
1 parent f75be43 commit bcfa56b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,8 @@ jobs:
with:
context: .
push: true
platforms: linux/amd64,linux/arm64
# TODO: this does not work for linux arm64, there is a xarray error, of course
# platforms: linux/amd64,linux/arm64
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}

Expand Down

0 comments on commit bcfa56b

Please sign in to comment.