mirror of
https://github.com/donaldzou/WGDashboard.git
synced 2025-06-28 01:06:58 +00:00
Remove arm v6 because go image has not been built for it.
This commit is contained in:
parent
c79333db61
commit
ada1edd0b7
2
.github/workflows/docker.yaml
vendored
2
.github/workflows/docker.yaml
vendored
@ -44,7 +44,7 @@ jobs:
|
||||
file: ./docker/Dockerfile
|
||||
push: true
|
||||
tags: ${{ env.DOCKER_IMAGE }}:latest
|
||||
platforms: linux/amd64,linux/arm64,linux/arm/v6,linux/arm/v7
|
||||
platforms: linux/amd64,linux/arm64,linux/arm/v7 #ARM v6 no longer support by go image.
|
||||
|
||||
- name: Docker Scout
|
||||
id: docker-scout
|
||||
|
Loading…
x
Reference in New Issue
Block a user