Skip to content

Commit

Permalink
Update check-release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Freezor authored Jun 19, 2024
1 parent 8884c30 commit 4fff039
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ jobs:
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
with:
platforms: linux/arm64,linux/arm32
version: latest
install: true

Expand All @@ -35,6 +34,7 @@ jobs:
with:
push: false
load: true
platforms: linux/arm32
file: ./src/docker/Dockerfile-AasxServerBlazor-arm32
tags: adminshellio/aasx-server-blazor-arm32:test

Expand Down

0 comments on commit 4fff039

Please sign in to comment.