File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1616name : Build Docker image
1717
1818env :
19- PLATFORMS : linux/amd64 # ,linux/arm64
19+ PLATFORMS : linux/amd64,linux/arm64
2020
2121# when to run workflow
2222on :
23- # # run on push or pull request events for the master branch
23+ # # run on push or pull tags request events for the master branch
2424 push :
2525 tags :
2626 - " v*.*.*"
4141 max-parallel : 1
4242 matrix :
4343 include :
44- - dockerfile : docker/ubuntu /Dockerfile
44+ - dockerfile : docker/alpine /Dockerfile
4545 name : agent
4646# - dockerfile: demo/Dockerfile
4747# name: demo
Original file line number Diff line number Diff line change 22set (AGENT_VERSION_MAJOR 2)
33set (AGENT_VERSION_MINOR 5)
44set (AGENT_VERSION_PATCH 0)
5- set (AGENT_VERSION_BUILD 6 )
5+ set (AGENT_VERSION_BUILD 7 )
66set (AGENT_VERSION_RC "" )
77
88# This minimum version is to support Visual Studio 2019 and C++ feature checking and FetchContent
You can’t perform that action at this time.
0 commit comments