From 4e4756d1c49b4d7a0543d88f3f3d2cb6c170d87a Mon Sep 17 00:00:00 2001 From: Rahul Jain Date: Tue, 24 Sep 2024 14:22:18 +0000 Subject: [PATCH] Update releases.yml - apt update & install buildah --- .github/workflows/releases.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/workflows/releases.yml b/.github/workflows/releases.yml index f3ca6e0e..742cc6af 100644 --- a/.github/workflows/releases.yml +++ b/.github/workflows/releases.yml @@ -18,6 +18,11 @@ jobs: steps: - uses: actions/checkout@v3 + - name: Apt update + run: sudo apt-get update + - name: apt install buildah qemu-user-static + run: sudo apt-get install -y buildah qemu-user-static + - name: Set node version uses: actions/setup-node@v3 with: @@ -61,7 +66,7 @@ jobs: tags: ${{ steps.image-metadata.outputs.tags }} labels: ${{ steps.image-metadata.outputs.labels }} containerfiles: ./Dockerfile - platforms: linux/amd64,linux/arm64 + platforms: linux/amd64, linux/arm64 oci: true # Webpack seems to use a lot of open files, increase the max open file limit to accomodate. extra-args: |