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

feat: support dockerfile with multi openssl version #1

Merged
merged 1 commit into from
Mar 29, 2024

Conversation

cavivie
Copy link
Contributor

@cavivie cavivie commented Mar 28, 2024

No description provided.

.github/workflows/docker-publish.yml Outdated Show resolved Hide resolved
rust-windows/Dockerfile Show resolved Hide resolved
vcpkg-windows/Dockerfile Outdated Show resolved Hide resolved
vcpkg-windows/Dockerfile Outdated Show resolved Hide resolved
vcpkg-windows/Dockerfile Outdated Show resolved Hide resolved
@cavivie cavivie force-pushed the main branch 3 times, most recently from b080503 to 11f76b7 Compare March 28, 2024 14:30
@cavivie cavivie requested a review from gaoyifan March 28, 2024 15:06
alrd-windows/Dockerfile Outdated Show resolved Hide resolved
rsxe-windows/Dockerfile Outdated Show resolved Hide resolved
@cavivie cavivie force-pushed the main branch 2 times, most recently from ebc0f27 to 474d8b0 Compare March 28, 2024 16:32
@cavivie cavivie requested a review from gaoyifan March 28, 2024 16:36
@cavivie cavivie force-pushed the main branch 9 times, most recently from ed0e4bb to 3589566 Compare March 28, 2024 20:22
@gaoyifan
Copy link
Contributor

@cavivie 看起来 CI 没过,像是权限问题

@cavivie
Copy link
Contributor Author

cavivie commented Mar 29, 2024

@cavivie 看起来 CI 没过,像是权限问题
应该是这行写错了,自定义action获取变量改成这个,仅当非pull request才push
push: github.event_name != 'pull_request' -> 'push: ${{ github.event_name != 'pull_request' }}'

@cavivie cavivie force-pushed the main branch 5 times, most recently from 9d2eda7 to ee4317b Compare March 29, 2024 05:04
@cavivie
Copy link
Contributor Author

cavivie commented Mar 29, 2024

UDP: 被Javascript坑了:
if: ${{ x }} 得改成 if: ${{ x == true || x == 'true' }}

actions/runner#1483

@cavivie cavivie merged commit f7318e4 into automesh-network:main Mar 29, 2024
1 check passed
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

Successfully merging this pull request may close these issues.

2 participants