move workflow actions to .github for use on both platforms
This commit is contained in:
		
							parent
							
								
									f7106d0904
								
							
						
					
					
						commit
						b6cdb6f7a7
					
				
					 4 changed files with 8 additions and 1 deletions
				
			
		|  | @ -1,6 +1,8 @@ | |||
| name: AWS-Zig Build | ||||
| run-name: ${{ github.actor }} building AWS Zig SDK | ||||
| on: | ||||
|   schedule: | ||||
|     - cron: '0 12 * * *' # noon UTC, 4AM Pacific | ||||
|   push: | ||||
|     branches: | ||||
|       - 'zig-develop*' | ||||
|  | @ -8,7 +10,7 @@ env: | |||
|   ACTIONS_RUNTIME_TOKEN: ${{ secrets.GITHUB_TOKEN }} | ||||
|   ACTIONS_RUNTIME_URL: ${{ env.GITHUB_SERVER_URL }}/api/actions_pipeline/ | ||||
| jobs: | ||||
|   build-mach-latest: | ||||
|   build-zig-nightly: | ||||
|     runs-on: ubuntu-latest | ||||
|     # Need to use the default container with node and all that, so we can | ||||
|     # use JS-based actions like actions/checkout@v3... | ||||
|  | @ -1,7 +1,12 @@ | |||
| AWS SDK for Zig | ||||
| =============== | ||||
| 
 | ||||
| [Last Mach Nominated Zig Version](https://machengine.org/about/nominated-zig/): | ||||
| 
 | ||||
| [](https://git.lerch.org/lobo/aws-sdk-for-zig/actions?workflow=zig-mach.yaml&state=closed) | ||||
| 
 | ||||
| [Nightly Zig](https://ziglang.org/download/): | ||||
| 
 | ||||
| [](https://git.lerch.org/lobo/aws-sdk-for-zig/actions?workflow=zig-nightly.yaml&state=closed) | ||||
| 
 | ||||
| **NOTE: TLS 1.3 support is still deploying across AWS. Some services, especially S3, | ||||
|  |  | |||
		Loading…
	
	Add table
		
		Reference in a new issue