From 0ccf33e4e8470c245b15b0a739f286a8bf085c0c Mon Sep 17 00:00:00 2001 From: Alexandr Bogomyakov Date: Tue, 31 Oct 2023 04:27:31 +0200 Subject: [PATCH] Create buildx.yaml --- buildx.yaml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 buildx.yaml diff --git a/buildx.yaml b/buildx.yaml new file mode 100644 index 0000000..7e576e6 --- /dev/null +++ b/buildx.yaml @@ -0,0 +1,5 @@ +platforms: + - name: amd64 + architecture: amd64 + - name: arm64 + architecture: arm64