Skip to content

Commit

Permalink
going back to alpine image and putting back arm64 again
Browse files Browse the repository at this point in the history
done for now since mc doesn't want to connect for some reason (even in host mode)
  • Loading branch information
RoblKyogre committed Feb 24, 2024
1 parent f42321e commit 0eea014
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
uses: docker/build-push-action@v5
with:
context: .
platforms: linux/amd64
platforms: linux/amd64,linux/arm64
push: ${{ github.event_name != 'pull_request' }}
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG BASE_IMAGE=eclipse-temurin:17-jre
ARG BASE_IMAGE=eclipse-temurin:21-jre-alpine
ARG BUILD_IMAGE=eclipse-temurin:17-jdk

FROM ${BUILD_IMAGE} as viaaas-build
Expand Down

0 comments on commit 0eea014

Please sign in to comment.