ci(docker): setup buildx for crossplatform

This commit is contained in:
m0wer 2021-11-26 21:10:25 +03:00
parent f7bbe5cc1c
commit daaa7c5f4e
No known key found for this signature in database
GPG key ID: 30B4ECB4ECEEF686

View file

@ -19,6 +19,8 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v1
- name: Set up dynamic build ARGs
id: getargs
run: echo "::set-output name=version::$(cat ./stable/VERSION)"