File tree 1 file changed +5
-10
lines changed
1 file changed +5
-10
lines changed Original file line number Diff line number Diff line change 17
17
18
18
steps :
19
19
- name : Checkout repository
20
- uses : actions/checkout@v2
20
+ uses : actions/checkout@v4
21
21
22
22
- uses : ./.github/actions/build-ui
23
23
@@ -65,15 +65,10 @@ jobs:
65
65
run : |
66
66
gcloud auth configure-docker --quiet
67
67
68
- # This is what we use in GME (under "make docker-setup-multiarch-buildkit")
69
- - name : Docker Buildkit Setup (for multi arch)
70
- run : |
71
- docker buildx rm mybuilder || true
72
- docker buildx create --use --name mybuilder --driver-opt "image=moby/buildkit:v0.10.6"
73
- # Registers QEMU emulators for multiple architectures.
74
- docker run --rm --privileged multiarch/qemu-user-static:register --reset
75
- # Runs the multiarch/qemu-user-static image to initialize QEMU.
76
- docker run --rm --privileged multiarch/qemu-user-static --reset -p yes
68
+ - name : Set up Docker Buildx
69
+ uses : docker/setup-buildx-action@v3
70
+ with :
71
+ platforms : linux/amd64,linux/arm64
77
72
78
73
- name : Build and push Docker image
79
74
run : |
You can’t perform that action at this time.
0 commit comments