We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 26e351e commit f973f01Copy full SHA for f973f01
.github/workflows/early-access.yml
@@ -91,4 +91,7 @@ jobs:
91
uses: docker/build-push-action@v3
92
with:
93
push: ${{ github.event_name != 'pull_request' }}
94
- tags: fieldengineering/redis-sql-trino:early-access
+ tags: fieldengineering/redis-sql-trino:early-access
95
+ platforms:
96
+ - linux/arm64
97
+ linux/amd64
0 commit comments