Skip to content
代码片段 群组 项目
未验证 提交 6aef1ddd 编辑于 作者: Andrew Fontaine's avatar Andrew Fontaine
浏览文件

Add windows/arm64 build for duo workflow executor

This OS/arch combo is useful for testing on parallels, and some ARM64
windows machines do exist, although rare!
上级 7246500d
No related branches found
No related tags found
无相关合并请求
...@@ -1113,7 +1113,7 @@ ...@@ -1113,7 +1113,7 @@
# The os/arch for which duo-workflow-executor binary is build: https://gitlab.com/gitlab-org/duo-workflow/duo-workflow-executor/-/packages/35054593 # The os/arch for which duo-workflow-executor binary is build: https://gitlab.com/gitlab-org/duo-workflow/duo-workflow-executor/-/packages/35054593
executor_binary_urls = %w[ executor_binary_urls = %w[
linux/arm linux/amd64 linux/arm64 linux/386 linux/ppc64le darwin/arm64 darwin/amd64 linux/arm linux/amd64 linux/arm64 linux/386 linux/ppc64le darwin/arm64 darwin/amd64
freebsd/arm freebsd/386 freebsd/amd64 windows/amd64 windows/386 freebsd/arm freebsd/386 freebsd/amd64 windows/amd64 windows/386 windows/arm64
].index_with do |os_info| ].index_with do |os_info|
"https://gitlab.com/api/v4/projects/58711783/packages/generic/duo-workflow-executor/#{executor_version}/#{os_info.sub('/', '-')}-duo-workflow-executor.tar.gz" "https://gitlab.com/api/v4/projects/58711783/packages/generic/duo-workflow-executor/#{executor_version}/#{os_info.sub('/', '-')}-duo-workflow-executor.tar.gz"
end end
......
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册