From fae23dc57cb694c36af380e3f96f9985f2f8f680 Mon Sep 17 00:00:00 2001 From: Dan Sosedoff Date: Sat, 23 Jul 2022 18:26:19 -0500 Subject: [PATCH] Update release action to use qemu and buildx v2 action --- .github/workflows/release.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 60d972d..b902981 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -20,8 +20,11 @@ jobs: - name: Checkout code uses: actions/checkout@v2 + - name: Set up QEMU + uses: docker/setup-qemu-action@v2 + - name: Configure docker build context - uses: docker/setup-buildx-action@v1 + uses: docker/setup-buildx-action@v2 - name: Set reference tags id: refs