actions: Build for amd
All checks were successful
Build Docker / CheckFiles (push) Successful in 5s
Build Docker / Build Docker (push) Successful in 31s

This commit is contained in:
Nathan Woodburn 2023-09-16 20:15:00 +10:00
parent 6c8c7a5505
commit ec2c8f6a3c
Signed by: nathanwoodburn
GPG Key ID: 203B000478AD0EF1

View File

@ -22,7 +22,7 @@ jobs:
fi
done
Build Docker:
runs-on: ubuntu-latest
runs-on: [ubuntu-latest, amd]
needs: CheckFiles
steps:
- name: Checkout
@ -37,7 +37,7 @@ jobs:
apt-get update
apt-get install docker-ce-cli -y
- name: Build Docker image
run : |
run : |
echo "${{ secrets.DOCKERGIT_TOKEN }}" | docker login git.woodburn.au -u nathanwoodburn --password-stdin
tag_num=$(git rev-parse --short HEAD)
docker build -t woodburn:$tag_num .