Skip to content

Commit 1a40ff1

Browse files
committed
Revert "Update ci to build 3.11 same as for release"
This reverts commit fd5139b.
1 parent fd5139b commit 1a40ff1

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed

.github/workflows/ci.yaml

+1-10
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,6 @@ jobs:
1818
path: ~/.m2
1919
key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}
2020
restore-keys: ${{ runner.os }}-m2
21-
- name: Setup Buildx
22-
id: buildx
23-
uses: crazy-max/ghaction-docker-buildx@v3
24-
with:
25-
version: latest
2621
- name: Build Management API in docker
2722
run: |
2823
cat <<EOF > ~/.m2/settings.xml
@@ -44,11 +39,7 @@ jobs:
4439
cp ~/.m2/settings.xml settings.xml
4540
docker build -t management-api-for-dse-builder -f ./Dockerfile-build-dse ./
4641
docker tag management-api-for-dse-builder management-api-for-apache-cassandra-builder
47-
docker buildx build --load \
48-
--tag mgmtapi-3_11 \
49-
--file Dockerfile-oss \
50-
--target oss311 \
51-
--platform linux/amd64 .
42+
docker build -t mgmtapi-3_11 -f Dockerfile-3_11 .
5243
docker build -t mgmtapi-4_0 -f Dockerfile-4_0 .
5344
docker build -t mgmtapi-dse-68 -f Dockerfile-dse-68 .
5445
- name: Build with Maven

0 commit comments

Comments
 (0)