Skip to content

Commit

Permalink
removed arm platform in favour of cvxopt
Browse files Browse the repository at this point in the history
  • Loading branch information
turnmanh committed May 23, 2024
1 parent 3c69b7a commit 93e02aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-ghcr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
with:
context: .
file: .devcontainer/Dockerfile
platforms: linux/amd64,linux/arm64
platforms: linux/amd64
push: true
tags: ghcr.io/${{ github.repository }}/base-image-devcontainer:latest
build-args: |
Expand Down

0 comments on commit 93e02aa

Please sign in to comment.