Skip to content

Commit

Permalink
Try with single platform only
Browse files Browse the repository at this point in the history
  • Loading branch information
rwunderer committed Oct 23, 2023
1 parent fde1d0f commit 964864f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
fail-fast: false
matrix:
image:
- minimal
#- minimal
- debug

include:
Expand All @@ -47,7 +47,8 @@ jobs:

- image: debug
target: hcloud-cli-debug
platforms: linux/amd64,linux/arm64,linux/arm/v7
#platforms: linux/amd64,linux/arm64,linux/arm/v7
platforms: linux/arm64

steps:
- name: Checkout repository
Expand Down

0 comments on commit 964864f

Please sign in to comment.