Skip to content

Commit

Permalink
feature: docker: drop arm v7
Browse files Browse the repository at this point in the history
  • Loading branch information
coderaiser committed Mar 16, 2024
1 parent a57833a commit c51ba1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Expand Up @@ -53,7 +53,7 @@ jobs:
with:
context: .
file: docker/Dockerfile.alpine
platforms: linux/amd64,linux/arm/v7,linux/arm64
platforms: linux/amd64,linux/arm64
push: true
tags: |
coderaiser/cloudcmd:latest-alpine
Expand Down

0 comments on commit c51ba1d

Please sign in to comment.