Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
RoadRunnr committed Feb 6, 2024
1 parent c9510d5 commit e877d7a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/images.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ jobs:
image: ${{ steps.meta.outputs.images }}
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
platforms: linux/arm64
platforms: ${{ env.OTP_PLATFORMS }}
containerfiles: |
./Containerfile
-
Expand Down
5 changes: 3 additions & 2 deletions versions.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
{
"otp": {
"26.2": {
"platforms": "linux/amd64,linux/arm64",
"alpine": "3.19",
"rebar3": "3.22.1",
"version": "26.2",
"download_sha256": "a85fa668a292868a7dc8c8ac18615995051392acbfbfa9cef1e8d84cf417ca87"
"version": "26.2.1",
"download_sha256": "80d66bafbae409481a4e1badcb4a6275b07a8e9af82980c08d7a8add483232a9"
}
},
"rebar3": {
Expand Down

0 comments on commit e877d7a

Please sign in to comment.