From b2b2ce1a528f90cbb2d8706e95f7aa7d78676206 Mon Sep 17 00:00:00 2001 From: xeovalyte Date: Fri, 28 Apr 2023 11:30:57 +0200 Subject: [PATCH] Update '.gitea/workflows/ci.yml' --- .gitea/workflows/ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 7189e91..c830f9d 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -42,6 +42,9 @@ jobs: with: context: . file: ./Dockerfile + driver-opts: | + image=moby/buildkit:latest + network=host platforms: | linux/arm64 push: true