Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Build for ARM64 #12

Open
grantfitzsimmons opened this issue Aug 19, 2024 · 1 comment
Open

Build for ARM64 #12

grantfitzsimmons opened this issue Aug 19, 2024 · 1 comment

Comments

@grantfitzsimmons
Copy link
Member

grantfitzsimmons commented Aug 19, 2024

This is necessary as we move to ARM servers

 ! report-runner The requested image's platform (linux/amd64) does not match the detected host platform (linux/arm64/v8) and no specific platform was requested 0.0s
Attaching to specify7-test-panel-report-runner-1
specify7-test-panel-report-runner-1  | exec /docker-entrypoint.sh: no such file or directory
specify7-test-panel-report-runner-1 exited with code 1
@grantfitzsimmons
Copy link
Member Author

After compiling and pushing a new image, this is fixed:

[+] Running 1/1
 ✔ Container specify7-test-panel-report-runner-1  Recreated                                         0.2s
Attaching to specify7-test-panel-report-runner-1
specify7-test-panel-report-runner-1  | /opt/java/openjdk/bin/java -Djava.io.tmpdir=/tmp/jetty -Djetty.home=/usr/local/jetty -Djetty.base=/var/lib/jetty -Djava.io.tmpdir=/tmp/jetty --class-path /var/lib/jetty/resources:/usr/local/jetty/lib/logging/slf4j-api-2.0.12.jar:/usr/local/jetty/lib/logging/jetty-slf4j-impl-12.0.11.jar:/usr/local/jetty/lib/jetty-http-12.0.11.jar:/usr/local/jetty/lib/jetty-server-12.0.11.jar:/usr/local/jetty/lib/jetty-xml-12.0.11.jar:/usr/local/jetty/lib/jetty-util-12.0.11.jar:/usr/local/jetty/lib/jetty-io-12.0.11.jar org.eclipse.jetty.xml.XmlConfiguration java.io.tmpdir=/tmp/jetty java.version=21.0.4 jetty.base=/var/lib/jetty jetty.base.uri=file:///var/lib/jetty jetty.home=/usr/local/jetty jetty.home.uri=file:///usr/local/jetty jetty.webapp.addHiddenClasses=org.eclipse.jetty.logging.,file:///usr/local/jetty/lib/logging/,org.slf4j. runtime.feature.alpn=true slf4j.version=2.0.12 /usr/local/jetty/etc/jetty-bytebufferpool.xml /usr/local/jetty/etc/jetty-threadpool.xml /usr/local/jetty/etc/jetty.xml /usr/local/jetty/etc/jetty-http.xml
specify7-test-panel-report-runner-1  | 2024-08-19 17:08:50.914:INFO :oejs.Server:main: jetty-12.0.11; built: 2024-06-27T23:42:49.912Z; git: 9f90cedce372142f30c744a16a38d2c6bf634ab6; jvm 21.0.4+7-LTS
specify7-test-panel-report-runner-1  | 2024-08-19 17:08:50.994:INFO :oejs.AbstractConnector:main: Started ServerConnector@65d6b83b{HTTP/1.1, (http/1.1)}{0.0.0.0:8080}
specify7-test-panel-report-runner-1  | 2024-08-19 17:08:51.069:INFO :oejs.Server:main: Started oejs.Server@1e67a849{STARTING}[12.0.11,sto=5000] @1239ms

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant