built for mac ARM, too #8
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
on: push | |
jobs: | |
cicd: | |
# https://github.com/internetarchive/cicd | |
uses: internetarchive/cicd/.github/workflows/cicd.yml@main | |
with: | |
NOMAD_VAR_PORTS: '{ 80 = "http" }' | |
PLATFORMS: 'linux/amd64,linux/arm64' | |
# BASE_DOMAIN: 'uncomment line & set value (for non-archive.org deploys)' | |
# NOMAD_ADDR: 'uncomment line & set value (for non-archive.org deploys)' | |
secrets: | |
NOMAD_TOKEN: ${{ secrets.NOMAD_TOKEN }} |