Skip to content

Commit

Permalink
refactor(ct): switch back to "maven" as builder name
Browse files Browse the repository at this point in the history
Using "maven" (the default name) again allows us to use the ARM64 builder for previously released images as well as develop before we merge the feature branch
  • Loading branch information
poikilotherm committed Apr 12, 2024
1 parent b3ac714 commit 3607b1f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/container_base_push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ jobs:
run: |
echo "${{ secrets.BUILDER_ARM64_SSH_HOST_KEY }}" > ~/.ssh/known_hosts
mkdir -p modules/container-base/target/buildx-state/buildx/instances
cat > modules/container-base/target/buildx-state/buildx/instances/dataverse << EOF
cat > modules/container-base/target/buildx-state/buildx/instances/maven << EOF
{ "Name": "dataverse",
"Driver": "docker-container",
"Dynamic": false,
Expand Down
1 change: 0 additions & 1 deletion modules/container-base/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,6 @@
<!-- Will be empty by default, deactivating buildx -->
<platform>${docker.platforms}</platform>
</platforms>
<builderName>dataverse</builderName>
<dockerStateDir>${project.build.directory}/buildx-state</dockerStateDir>
</buildx>
<dockerFile>Dockerfile</dockerFile>
Expand Down

0 comments on commit 3607b1f

Please sign in to comment.