diff --git a/.github/workflows/dante.yml b/.github/workflows/dante.yml index 4b645c8..9c731eb 100644 --- a/.github/workflows/dante.yml +++ b/.github/workflows/dante.yml @@ -44,10 +44,10 @@ jobs: uses: docker/build-push-action@v2 with: context: dante/ - platforms: linux/arm/v7 + platforms: linux/arm/v7, Linux/amd64, linux/arm64/v8 push: true file: dante/Dockerfile.openvpn tags: ghcr.io/sstent/dante:latest build-args: | RELEASE=v0.3.5 - \ No newline at end of file +