Skip to content

Commit ba70745

Browse files
committed
Updated workflows for ARM.
1 parent 7729bbf commit ba70745

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

.github/workflows/cd-cloud.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Create docker images
1+
name: Create docker images (cloud)
22

33
on:
44
push:

.github/workflows/cd.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,12 @@ jobs:
2424
with:
2525
ref: ${{ github.event_name == 'workflow_dispatch' && inputs.tag || github.ref }}
2626

27+
- name: Set up QEMU
28+
uses: docker/setup-qemu-action@v3
29+
30+
- name: Set up Docker Buildx
31+
uses: docker/setup-buildx-action@v3
32+
2733
- name: Set env
2834
run: |
2935
echo "NOW=$(date -u +'%Y-%m-%dT%H:%M:%SZ')" >> $GITHUB_ENV

0 commit comments

Comments
 (0)