Skip to content

Commit

Permalink
Fix github actions.
Browse files Browse the repository at this point in the history
  • Loading branch information
asdlokj1qpi23 committed May 9, 2024
1 parent 469feaf commit 53b561b
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ jobs:
- platform: linux/386
os: ubuntu-latest
- platform: linux/arm/v7
os: [self-hosted, linux, ARM]
os: ubuntu-latest
- platform: linux/arm64
os: [self-hosted, linux, ARM64]
os: ubuntu-latest
runs-on: ${{ matrix.os }}
name: Build ${{ matrix.platform }} Image
steps:
Expand All @@ -37,6 +37,8 @@ jobs:
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Set up QEMU
uses: docker/setup-qemu-action@v3

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
Expand Down Expand Up @@ -125,4 +127,4 @@ jobs:
- name: Inspect image
run: |
docker buildx imagetools inspect ${{ env.REGISTRY_IMAGE }}:${{ steps.meta.outputs.version }}
docker buildx imagetools inspect ${{ env.REGISTRY_IMAGE }}:${{ steps.meta.outputs.version }}

0 comments on commit 53b561b

Please sign in to comment.