Skip to content

Commit 84e2fd7

Browse files
committed
remove linux/arm/v7
1 parent 90e054b commit 84e2fd7

File tree

5 files changed

+9
-6
lines changed

5 files changed

+9
-6
lines changed

.github/workflows/docker.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
with:
5858
context: .
5959
push: true
60-
platforms: linux/amd64,linux/arm64,linux/arm/v7
60+
platforms: linux/amd64,linux/arm64
6161
tags: ${{ steps.meta.outputs.tags }}
6262
labels: ${{ steps.meta.outputs.labels }}
6363
- name: Build connector definition

CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
# DuckDB Connector Changelog
22
This changelog documents changes between release tags.
33

4+
## [0.0.15] - 2024-05-6
5+
* Remove linux/arm/v7 from platforms
6+
47
## [0.0.14] - 2024-05-6
58
* Add QEMU to Docker workflow
69

connector-definition/connector-metadata.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
packagingDefinition:
22
type: PrebuiltDockerImage
3-
dockerImage: ghcr.io/hasura/ndc-duckdb:v0.0.14
3+
dockerImage: ghcr.io/hasura/ndc-duckdb:v0.0.15
44
supportedEnvironmentVariables:
55
- name: DUCKDB_URL
66
description: The url for the DuckDB database
77
commands:
88
update:
99
type: Dockerized
10-
dockerImage: ghcr.io/hasura/ndc-duckdb:v0.0.14
10+
dockerImage: ghcr.io/hasura/ndc-duckdb:v0.0.15
1111
commandArgs:
1212
- update
1313
dockerComposeWatch:

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "duckdb-sdk",
3-
"version": "0.0.14",
3+
"version": "0.0.15",
44
"description": "",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)