amnezia-vpn / amneziawg-go

AmneziaWG VPN protocol
MIT License
573 stars 72 forks source link

build images for different architectures #36

Open w0rng opened 3 months ago

w0rng commented 3 months ago

Maybe add an image build for different architectures to ci/cd?
For example, like this:

 - name: Build
        uses: docker/build-push-action@v5
        with:
          push: true
          platforms: linux/amd64,linux/arm/v6,linux/arm/v7,linux/arm64/v8
          tags: ${{ steps.metadata.outputs.tags }}
AR45H commented 3 months ago

Seconded. Arm64 build is sorely missed.