Skip to content

Commit

Permalink
Fixes #224
Browse files Browse the repository at this point in the history
  • Loading branch information
haxorof committed May 23, 2024
1 parent 328f11c commit 17c8827
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,22 +57,6 @@ jobs:
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3.3.0

- name: Build (test build linux/arm64)
uses: docker/build-push-action@v5.3.0
with:
labels: |
org.opencontainers.image.created=${{ steps.prep.outputs.created }}
org.opencontainers.image.source=${{ github.repositoryUrl }}
org.opencontainers.image.version=${{ matrix.version }}
org.opencontainers.image.revision=${{ github.sha }}
org.opencontainers.image.licenses=${{ github.event.repository.license.name }}
tags: ${{ steps.prep.outputs.test_tag }}
platforms: linux/arm64
context: .
file: ./Dockerfile.${{ matrix.os }}
cache-from: type=gha
cache-to: type=gha,mode=max

- name: Build (test build linux/amd64)
uses: docker/build-push-action@v5.3.0
with:
Expand Down

0 comments on commit 17c8827

Please sign in to comment.