Skip to content

Commit

Permalink
Remove ARM support
Browse files Browse the repository at this point in the history
  • Loading branch information
nutjob4life committed Mar 4, 2023
1 parent 9f65e39 commit 6ee6896
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/imaging.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,8 @@ jobs:
with:
context: .
file: Dockerfile
platforms: linux/amd64,linux/arm64/v8
# Cannot build for ARM becuase Plone base image doesn't support it
platforms: linux/amd64
push: true
tags: ${{secrets.DOCKERHUB_USERNAME}}/cancerdataexpo:latest

Expand Down

0 comments on commit 6ee6896

Please sign in to comment.