Skip to content

Commit

Permalink
Support arm64v8/aarch64
Browse files Browse the repository at this point in the history
  • Loading branch information
ailispaw committed Oct 28, 2017
1 parent dd3922c commit b3ba85e
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 144 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
BUILDER := ailispaw/barge-pkg
VERSION := 2.6.2-armhf
VERSION := 2.6.2-arm64v8

SOURCES := .dockerignore empty.config

Expand Down
2 changes: 1 addition & 1 deletion Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ end

Vagrant.configure(2) do |config|
config.vm.define "barge-pkg", autostart: false
config.vm.define "barge-pkg-armhf", primary: true
config.vm.define "barge-pkg-arm64v8", primary: true

config.vm.box = "ailispaw/barge"

Expand Down
Loading

0 comments on commit b3ba85e

Please sign in to comment.