We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b2882b7 commit 8f85663Copy full SHA for 8f85663
.github/workflows/main.yml
@@ -2,7 +2,7 @@ on: push
2
3
env:
4
IMAGE: ${{ secrets.DOCKER_HUB_USERNAME }}/sdr-scanner
5
- PLATFORMS: linux/arm64/v8,linux/amd64
+ PLATFORMS: linux/arm/v7,linux/arm64/v8,linux/amd64
6
CACHE_FROM: type=registry,ref=${{ secrets.DOCKER_HUB_USERNAME }}/sdr-scanner:cache
7
CACHE_TO: type=registry,ref=${{ secrets.DOCKER_HUB_USERNAME }}/sdr-scanner:cache,mode=max
8
0 commit comments