Skip to content

Commit

Permalink
use new multi-platform setup
Browse files Browse the repository at this point in the history
  • Loading branch information
traceypooh committed Feb 16, 2024
1 parent 8069f7b commit fb4f61f
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
# This does a (multi-architecture) [build]
# @see README.md for full CI/CD pipeline examples.

on: push
jobs:
cicd:
# https://github.com/internetarchive/cicd
uses: internetarchive/cicd/.github/workflows/cicd-multi-arch.yml@main
uses: internetarchive/cicd/.github/workflows/cicd.yml@main
with:
PLATFORMS: 'linux/amd64, linux/arm64'

0 comments on commit fb4f61f

Please sign in to comment.