build: disable QEMU
Some checks failed
Test / elint (push) Failing after 19s
Docker / updater-base-image (push) Failing after 31s

This commit is contained in:
Jared Allard 2025-03-09 12:33:10 -07:00
parent 315dc0acf0
commit 14de4e358d
Signed by: jaredallard
SSH key fingerprint: SHA256:wyRyyv28jBYw8Yp/oABNPUYvbGd6hyZj23XVXEm5G/U

View file

@ -23,8 +23,6 @@ jobs:
steps:
- name: Checkout
uses: https://code.forgejo.org/actions/checkout@v4
- name: Set up QEMU
uses: docker/setup-qemu-action@v3
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
- name: Login to GitHub Container Registry
@ -32,7 +30,7 @@ jobs:
with:
registry: ${{ env.REGISTRY }}
username: ${{ github.actor }}
password: ${{ github.token}}
password: ${{ github.token }}
- name: Fetch Timestamp
run: echo "TIMESTAMP=$(git log -1 --pretty=%ct)" >> $GITHUB_ENV
- name: Build and push image