Skip to content

Commit

Permalink
Add support for arm/v7 and arm64 (#14)
Browse files Browse the repository at this point in the history
* Add support for arm v7, v8 and 64

* Remove arm/v8
  • Loading branch information
tschaffter committed May 16, 2021
1 parent 07b2fba commit e6a7b25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ jobs:
with:
context: .
file: Dockerfile
platforms: linux/amd64
platforms: linux/amd64,linux/arm/v7,linux/arm64
push: ${{ steps.prep.outputs.push }}
tags: ${{ steps.prep.outputs.tags }}
labels: |
Expand Down

0 comments on commit e6a7b25

Please sign in to comment.