Skip to content

Commit

Permalink
Remove ARMv7 docker build
Browse files Browse the repository at this point in the history
  • Loading branch information
psi-4ward committed Jun 24, 2023
1 parent 537a514 commit a3c5aca
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/docker_build_master.yaml
Expand Up @@ -38,7 +38,8 @@ jobs:
DOCKER_TAG: latest
with:
file: Dockerfile
platforms: linux/amd64,linux/arm64,linux/arm/v7
platforms: linux/amd64,linux/arm64
#platforms: linux/amd64,linux/arm64,linux/arm/v7
push: true
tags: |
psitrax/psitransfer:latest
Expand Down

0 comments on commit a3c5aca

Please sign in to comment.