Skip to content

Commit

Permalink
arm64 and amd64 image
Browse files Browse the repository at this point in the history
  • Loading branch information
przemyslaw_lis committed Mar 21, 2024
1 parent 2f7ec16 commit 61209cf
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM arm64v8/ubuntu:20.04
FROM ubuntu:20.04
MAINTAINER Przemyslaw Lis <przemek@concertoplatform.com>

ARG CRAN_MIRROR=https://cloud.r-project.org
Expand Down
1 change: 0 additions & 1 deletion build/github-actions/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ services:
concerto:
build: .
container_name: concerto
platform: linux/arm64
environment:
- DB_TEST_HOST=127.0.0.1
- DB_TEST_PORT=3306
Expand Down
2 changes: 1 addition & 1 deletion build/github-actions/docker_build.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env bash

PLATFORM="linux/arm64"
PLATFORM="linux/amd64,linux/arm64"

if [[ -n $GITHUB_REF_NAME ]]
then
Expand Down

0 comments on commit 61209cf

Please sign in to comment.