Skip to content

Commit dfe09e5

Browse files
committed
Update to v2.0.0-beta.2 and remove the deployment for Linux AArch32.
1 parent 08e4b09 commit dfe09e5

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/build-and-push-docker-image.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
name: Set up QEMU
4343
uses: docker/setup-qemu-action@master
4444
with:
45-
platforms: linux/amd64,linux/arm64/v8,linux/arm/v7
45+
platforms: linux/amd64,linux/arm64/v8
4646

4747
-
4848
name: Set up Docker Buildx
@@ -71,6 +71,6 @@ jobs:
7171
builder: ${{ steps.buildx.outputs.name }}
7272
context: .
7373
file: ./Dockerfile
74-
platforms: linux/amd64,linux/arm64/v8,linux/arm/v7
74+
platforms: linux/amd64,linux/arm64/v8
7575
push: true
7676
tags: ${{ steps.docker-tags.outputs.tags }}

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ FROM base as builder
55
ARG TARGETPLATFORM
66

77
ENV CODABIX_SETUP_FILE=/tmp/codabix.setup
8-
ENV VERSION=2.0.0-beta.1
9-
ENV RELEASE_DATE=2025-07-30
8+
ENV VERSION=2.0.0-beta.2
9+
ENV RELEASE_DATE=2025-11-19
1010

1111
RUN apt-get update && apt-get install -y \
1212
curl

0 commit comments

Comments
 (0)