rebuild native image with wider ISA compatibility
All checks were successful
CI / build (push) Successful in 14m13s

This commit is contained in:
2025-03-10 22:28:55 +08:00
parent 974fdb7a91
commit ede515e2ca
4 changed files with 4 additions and 4 deletions

View File

@@ -52,7 +52,7 @@ spec:
spec: spec:
containers: containers:
- name: rbcs - name: rbcs
image: gitea.woggioni.net/woggioni/rbcs:nuc image: gitea.woggioni.net/woggioni/rbcs:native
imagePullPolicy: Always imagePullPolicy: Always
args: ['server', '-c', 'rbcs-server.xml'] args: ['server', '-c', 'rbcs-server.xml']
ports: ports:

View File

@@ -40,7 +40,7 @@ spec:
spec: spec:
containers: containers:
- name: rbcs - name: rbcs
image: gitea.woggioni.net/woggioni/rbcs:nuc image: gitea.woggioni.net/woggioni/rbcs:native
imagePullPolicy: Always imagePullPolicy: Always
args: ['server', '-c', 'rbcs-server.xml'] args: ['server', '-c', 'rbcs-server.xml']
ports: ports:

View File

@@ -43,7 +43,7 @@ spec:
spec: spec:
containers: containers:
- name: rbcs - name: rbcs
image: gitea.woggioni.net/woggioni/rbcs:nuc image: gitea.woggioni.net/woggioni/rbcs:native
imagePullPolicy: Always imagePullPolicy: Always
args: ['server', '-c', 'rbcs-server.xml'] args: ['server', '-c', 'rbcs-server.xml']
ports: ports:

View File

@@ -1,2 +1,2 @@
Args=-O3 -march=skylake --gc=serial --install-exit-handlers --initialize-at-run-time=io.netty --enable-url-protocols=jpms --initialize-at-build-time=net.woggioni.rbcs.common.RbcsUrlStreamHandlerFactory,net.woggioni.rbcs.common.RbcsUrlStreamHandlerFactory$JpmsHandler Args=-O3 -march=x86-64-v2 --gc=serial --install-exit-handlers --initialize-at-run-time=io.netty --enable-url-protocols=jpms --initialize-at-build-time=net.woggioni.rbcs.common.RbcsUrlStreamHandlerFactory,net.woggioni.rbcs.common.RbcsUrlStreamHandlerFactory$JpmsHandler
#-H:TraceClassInitialization=io.netty.handler.ssl.BouncyCastleAlpnSslUtils #-H:TraceClassInitialization=io.netty.handler.ssl.BouncyCastleAlpnSslUtils