Skip to content
This repository has been archived by the owner on Dec 16, 2021. It is now read-only.

Commit

Permalink
ci: don't built for armv7 (#389)
Browse files Browse the repository at this point in the history
  • Loading branch information
strophy authored Jul 22, 2021
1 parent 23a7b15 commit 23cd1fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test_and_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ jobs:
push: true
tags: ${{ steps.docker_meta.outputs.tags }}
labels: ${{ steps.docker_meta.outputs.labels }}
platforms: linux/amd64,linux/arm64,linux/arm/v7
platforms: linux/amd64,linux/arm64

- name: Show Docker image digest
run: echo ${{ steps.docker_build.outputs.digest }}

0 comments on commit 23cd1fc

Please sign in to comment.