Skip to content

Commit

Permalink
remove arm v8 support (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
hadican committed Nov 15, 2023
1 parent 495c498 commit dfb12d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@ jobs:
with:
context: .
file: Dockerfile
platforms: linux/amd64,linux/arm64,linux/arm/v8
platforms: linux/amd64,linux/arm64
push: true
tags: hadican/failedkite:${{ github.ref_name }},hadican/failedkite:latest

0 comments on commit dfb12d0

Please sign in to comment.