Skip to content

Commit

Permalink
remove arm v7 support for docker image cause ruby 2.7 not support it
Browse files Browse the repository at this point in the history
  • Loading branch information
aidewoode committed Feb 1, 2021
1 parent 5582a75 commit 1b32503
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
with:
context: .
file: ./Dockerfile
platforms: linux/amd64,linux/arm64,linux/arm
platforms: linux/amd64,linux/arm64
push: true
tags: |
blackcandy/blackcandy:latest
Expand Down

0 comments on commit 1b32503

Please sign in to comment.