Skip to content

build

build #1685

Workflow file for this run

name: build
on:
push:
branches:
- master
pull_request:
branches:
- master
schedule:
- cron: "0 0 * * *"
jobs:
test:
name: ubuntu-latest
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version-file: 'go.mod'
cache: true
- name: Run build
run: make build
- name: Upload Artifact
uses: actions/upload-artifact@master
with:
name: packer-plugin-amazon-ami-management
path: packer-plugin-amazon-ami-management