fix(docker): fix arm64 builds (#2368)

This commit is contained in:
ReenigneArcher
2024-04-04 23:12:17 -04:00
committed by GitHub
parent cd465652f0
commit 89207a13f2
3 changed files with 3 additions and 7 deletions

View File

@@ -1,6 +1,6 @@
# syntax=docker/dockerfile:1.4
# artifacts: true
# platforms: linux/amd64,linux/arm64/v8
# platforms: linux/amd64
# platforms_pr: linux/amd64
# no-cache-filters: sunshine-base,artifacts,sunshine
ARG BASE=ubuntu