Skip to content

Commit 6037a2b

Browse files
committed
Build arguments are no longer needed
1 parent 33f18de commit 6037a2b

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/webserver.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -216,9 +216,7 @@ jobs:
216216
run: |
217217
cd instrumentation/otel-webserver-module
218218
docker buildx build -t apache_centos7_arm64 -f docker/centos7-arm64/Dockerfile \
219-
--load . --platform linux/arm64 --build-arg BUILD_ARCH='arm64' \
220-
--build-arg CMAKE_ARCH='aarch64' --build-arg GOSU_ARCH='arm64' \
221-
--build-arg JDK_ARCH='aarch64' --build-arg NGINX_ARCH='aarch64'
219+
--load . --platform linux/arm64
222220
- name: build
223221
run: |
224222
docker run -idt --platform linux/arm64 --name apache_centos7_container_arm64 apache_centos7_arm64 /bin/bash

0 commit comments

Comments
 (0)