From f26d7bdbb940e73f6e9b3527dfbe4212566b7627 Mon Sep 17 00:00:00 2001 From: sstent Date: Sun, 29 May 2022 07:23:02 -0400 Subject: [PATCH] Update dante.yml adding amd/arm64 --- .github/workflows/dante.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 +