Updated workflows for ARM.

This commit is contained in:
Mike Cao 2025-12-11 16:54:56 -08:00
parent 7729bbf4a7
commit ba707451df
2 changed files with 7 additions and 1 deletions

View file

@ -1,4 +1,4 @@
name: Create docker images name: Create docker images (cloud)
on: on:
push: push:

View file

@ -24,6 +24,12 @@ jobs:
with: with:
ref: ${{ github.event_name == 'workflow_dispatch' && inputs.tag || github.ref }} ref: ${{ github.event_name == 'workflow_dispatch' && inputs.tag || github.ref }}
- name: Set up QEMU
uses: docker/setup-qemu-action@v3
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
- name: Set env - name: Set env
run: | run: |
echo "NOW=$(date -u +'%Y-%m-%dT%H:%M:%SZ')" >> $GITHUB_ENV echo "NOW=$(date -u +'%Y-%m-%dT%H:%M:%SZ')" >> $GITHUB_ENV