Skip to content

Commit 8b796bb

Browse files
[UX] Pre-build a EFA version of the default Docker image #2793
1 parent 9903d01 commit 8b796bb

File tree

4 files changed

+2
-108
lines changed

4 files changed

+2
-108
lines changed

.github/workflows/docker.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,7 @@ jobs:
5151
runs-on: ubuntu-latest
5252
strategy:
5353
matrix:
54-
# flavor: ["base", "devel", "devel-efa"]
55-
flavor: ["base-efa"]
54+
flavor: ["base", "devel", "devel-efa"]
5655
steps:
5756
- name: Checkout repository
5857
uses: actions/checkout@v4
@@ -71,10 +70,8 @@ jobs:
7170
FILE="base/Dockerfile"
7271
elif [ "${{ matrix.flavor }}" = "devel" ]; then
7372
FILE="base/Dockerfile"
74-
elif [ "${{ matrix.flavor }}" = "base-efa" ]; then
75-
FILE="base/base-efa.Dockerfile"
7673
else
77-
FILE="base/efa.Dockerfile"
74+
FILE="base/efa/Dockerfile"
7875
fi
7976
docker buildx build \
8077
--platform linux/amd64 \

docker/base/base-efa.Dockerfile

Lines changed: 0 additions & 103 deletions
This file was deleted.
File renamed without changes.

0 commit comments

Comments
 (0)