Skip to content

Commit

Permalink
Add CONTAINER property to java.yml workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanl-bq committed Jun 26, 2024
1 parent d31304b commit faab1b3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/java.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,8 @@ jobs:
OS: ubuntu,
RUNNER: ["self-hosted", "Linux", "ARM64"],
TARGET: aarch64-unknown-linux-gnu,
CLASSIFIER: linux-aarch_64
CLASSIFIER: linux-aarch_64,
CONTAINER: "2_28"
}
- {
OS: macos,
Expand Down

0 comments on commit faab1b3

Please sign in to comment.