Skip to content

Commit 5712070

Browse files
author
Oleg
committed
Try docker out of curiosity
1 parent 9da2dc1 commit 5712070

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.github/workflows/build.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,17 @@ jobs:
6464
sudo apt-get update
6565
sudo apt-get install -y qemu-user-static
6666
67+
- name: Set up Docker Buildx
68+
uses: docker/setup-buildx-action@v3
69+
- name: Build
70+
uses: docker/build-push-action@v6
71+
with:
72+
push: false
73+
context: .
74+
platforms: |
75+
linux/amd64
76+
linux/arm64
77+
6778
- name: Build
6879
id: build_image
6980
uses: redhat-actions/buildah-build@v2

0 commit comments

Comments
 (0)