Skip to content

Commit

Permalink
#512: Try platform setup
Browse files Browse the repository at this point in the history
  • Loading branch information
Velociraptor45 authored Sep 6, 2024
1 parent d779241 commit c89a224
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ name: Test-Build
on:
push:
branches: [ "features/#512" ]
pull_request:
branches: [ "develop" ]
jobs:
docker-image-api:
name: Docker Image Api
Expand All @@ -15,6 +13,8 @@ jobs:

- name: Set up QEMU
uses: docker/setup-qemu-action@v3
with:
platforms: linux/arm64

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
Expand Down

0 comments on commit c89a224

Please sign in to comment.