Skip to content

Commit

Permalink
feature: add support to linux arm/v8
Browse files Browse the repository at this point in the history
  • Loading branch information
gsilvapt committed Sep 1, 2022
1 parent 114cd9d commit ae67cfc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lib_push_image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
uses: docker/build-push-action@v2
with:
file: dev/Dockerfile
platforms: linux/amd64,linux/arm64,linux/arm/v7
platforms: linux/amd64,linux/arm64,linux/arm/v7,linux/arm/v8
push: true
tags: ${{ inputs.tags }}
cache-from: ${{ inputs.cache-from }}
Expand Down

0 comments on commit ae67cfc

Please sign in to comment.