Skip to content

Commit

Permalink
Target v8 first to fail or succeed faster
Browse files Browse the repository at this point in the history
V8 seems to fail a lot. I'll put it first to not waste time.
  • Loading branch information
hiibolt committed May 30, 2024
1 parent af0e02e commit 8d96761
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,4 +55,4 @@ jobs:
tags: |
myregistry/myapp:latest-amd64
myregistry/myapp:latest-arm64
platforms: linux/amd64,linux/arm64,linux/arm/v8
platforms: linux/arm/v8,linux/amd64,linux/arm64

0 comments on commit 8d96761

Please sign in to comment.